Closed
Bug 220300
Opened 21 years ago
Closed 21 years ago
logic bug in contentAreaClick in browser.js breaks Tabbrowser Preferences
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
Firefox1.0
People
(Reporter: nparks, Assigned: bugzilla)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20030919 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20030919 Firebird/0.7
Please see http://forums.mozillazine.org/viewtopic.php?t=24173&highlight=
which describes this bug in detail and proposes a simple fix.
Reproducible: Always
Steps to Reproduce:
Comment 1•21 years ago
|
||
Yes, i can confirm this. It will be nice to see this bug fixed. I'm tired of
hacking browser.js in every build of Firebird, to make my Tabbrowser Preferences
work.
Shouldn't this be closed now since the extension has been updated?
I don't understand what part of the code is a "logic bug" anyway.
handleLinkClick() used to be called on every click, now it's not called on a
left click (unless a modifier is held down) but since handleLinkClick() just
ignores un-modified left-clicks anyway, bypassing the function seems more
efficient. Or am I missing something?
Reporter | ||
Comment 3•21 years ago
|
||
(quote)
>Shouldn't this be closed now since the extension has been updated?
(end quote)
I agree. TBPref 0.4 works.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•