Closed
Bug 648929
Opened 12 years ago
Closed 12 years ago
frequently getting drag.info is null error in tabview.js
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 6
People
(Reporter: fryn, Assigned: ttaubert)
Details
Attachments
(1 file, 1 obsolete file)
816 bytes,
patch
|
Details | Diff | Splinter Review |
Upon selecting a group, I get the following error what seems to be every time: Error: drag.info is null Source File: chrome://browser/content/tabview.js Line: 4118 at the line: this.add(drag.info.$el, options); in the method: this.dropOptions.drop = function GroupItem_dropOptions_drop(event) { ... }
![]() |
Reporter | |
Comment 1•12 years ago
|
||
CC'ing mitcho, since he wrote the code.
Assignee | ||
Comment 2•12 years ago
|
||
Do you have an exact STR? I tried to reproduce but couldn't.
Assignee | ||
Comment 3•12 years ago
|
||
Can reproduce now. This happens every time you click on a tab to zoom into it.
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
![]() |
Reporter | |
Comment 4•12 years ago
|
||
(In reply to comment #3) > This happens every time you click on a tab to zoom into it. That's actually what I meant. I must have been half-asleep when filing this. Thanks for investigating and taking this bug. :)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #525541 -
Flags: feedback?(raymond)
Updated•12 years ago
|
Attachment #525541 -
Flags: feedback?(raymond) → feedback+
Assignee | ||
Updated•12 years ago
|
Attachment #525541 -
Flags: review?(ian)
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 525541 [details] [diff] [review] patch v1 Passed try (kind of): http://tbpl.mozilla.org/?tree=MozillaTry&pusher=tim.taubert@gmx.de&rev=a2426c7ed09f
![]() |
Reporter | |
Comment 7•12 years ago
|
||
(In reply to comment #6) > Passed try (kind of): > > http://tbpl.mozilla.org/?tree=MozillaTry&pusher=tim.taubert@gmx.de&rev=a2426c7ed09f Yeah, tryserver results are weird. I'd ignore the Android red though. :P
Comment 8•12 years ago
|
||
Comment on attachment 525541 [details] [diff] [review] patch v1 Nice catch
Attachment #525541 -
Flags: review?(ian) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Attachment #525541 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 10•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/84b1567baa32
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 6
Comment 11•12 years ago
|
||
Verified on Mozilla/5.0 (Windows NT 5.1; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•