Closed
Bug 401576
Opened 17 years ago
Closed 17 years ago
Drag/Drop handlers on url bar broken after customize
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 405482
People
(Reporter: johnath, Unassigned)
Details
As discovered by Dao in bug 395174, the URLBarOnDragOver and URLBarOnDrop handlers are registered in delayedStartup() but not in BrowserToolboxCustomizeDone() which means they will be broken post-customize. They should either be registered in both places, or directly in the markup.
Comment 1•17 years ago
|
||
For consistency I'd say use attributes; this way you could also remove URLBarOnDragOver and URLBarOnDrop altogether by inlining the single lines.
Comment 2•17 years ago
|
||
I agree.
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•