Closed
Bug 514159
Opened 16 years ago
Closed 15 years ago
onresize event don`t fire after drag and drop tab from one firefox window to another.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: asan, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-1-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
If I drag and drop tab from one firefox window to another firefox don`t fire onresize event even if windows has different size.
Reproducible: Always
Steps to Reproduce:
1. Open page with onresize handler. For instance: window.onresize = function(){document.body.innerHTML += '<br> width: '+document.body.clientWidth};
2.Open another firefox window, and resize it.
3.Drag and drop tab with test page, from one window to another.
Actual Results:
Nothing happend.
Expected Results:
Onresize event.
Comment 1•16 years ago
|
||
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
Same result on Ubuntu Karmic (seems platform independent)
Comment 2•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•