Closed
Bug 209503
Opened 22 years ago
Closed 22 years ago
(Firebird equivalent) about:config enhancement - filtering/searching preferences
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
People
(Reporter: hao2lian.bugzilla, Assigned: bugzilla)
References
Details
Attachments
(2 files)
2.10 KB,
patch
|
Details | Diff | Splinter Review | |
4.65 KB,
patch
|
noririty
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030614 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030614 Mozilla Firebird/0.6
RFE: A Firebird equivalent of Bug 207840 which allows filtering and searching
withing the about:config page. Bug says supposed to work on Firebird but
currently doesn't with the 6-14 build.
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
To be precise, the 6-15 build has a "Filter" field, but typing things into it
seems to have no effect.
As I said in a comment in the bug this was spawned from, it is probably because
Firebird still (presumably) uses an attribute named callback whereas Mozilla now
uses oncommand to fire change events from the search text box.
*** Bug 210666 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
I use 'callback' event handler. Although Moz-firebird has 'callback',
Mozilla-suite does not have. So, I left oncommand handler. It seems that it is
working well both Moz-Firebird and Mozilla-suite.
Mozilla Firebird != Mozilla Seamonkey
Don't port all Mozilla new features to Firebird.
You can use more powerful about:config feature by extension.
http://texturizer.net/firebird/extensions.html#Preferential
I'll mark as WONTFIX. And maybe examine to hide quick search bar.
Comment 6•22 years ago
|
||
This extension looks like a hack to me.
Hacks are evil.
Don't make this wontfix.
Comment 7•22 years ago
|
||
We should fix this because:
1. This bug has got 25 votes so far.
2. You need about:config a lot more in Firebird than in Seamonkey becuase of the
stipped down options panel.
3. About:config is hidden anyway so it doesn't interfere with Firebird's tidy UI.
4. The feature and the UI are implemented anyway, we just need to make them work.
Reporter | ||
Comment 9•22 years ago
|
||
Can we check in the patch? Or do we need to fix something greater than this?
Comment 10•22 years ago
|
||
<note>
Mozilla Firebird
http://lxr.mozilla.org/mozilla/source/toolkit/content/widgets/textbox.xml#104
Mozilla Seamonkey
http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/bindings/textbox.xml#112
</note>
Comment 11•22 years ago
|
||
Override chrome://global/content/config.xul by mozilla/toolkit version's
config.xul. Change from original file is replacing "oncommand" to "callback" of
timed-textbox only.
Comment 12•22 years ago
|
||
Comment on attachment 128581 [details] [diff] [review]
patch to override config.xul by mozilla/toolkit version.
r=me
Attachment #128581 -
Flags: review+
Comment 13•22 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 16•22 years ago
|
||
*** Bug 215811 has been marked as a duplicate of this bug. ***
Comment 17•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•