Closed
Bug 283988
Opened 20 years ago
Closed 20 years ago
Javascript option "But disable common annoyances" is broke in new pref
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: g.teunis, Assigned: bugs)
Details
(Keywords: regression)
Attachments
(1 file)
5.87 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050227 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050227 Firefox/1.0+
When I enable the Checkbox only "dom.event.contextmenu.enabled" is set to true.
if I close the options dialog and open it again the checkbox is re-set to false,
but "dom.event.contextmenu.enabled" is still on true.
Reproducible: Always
Steps to Reproduce:
1. Open Options
2. Go to Content
3. Enable "But disable common annoyances" Javascript option
4. Close Options screen
5. Open option screen
Actual Results:
Checkbox is not set AND only "dom.event.contextmenu.enabled" is set to true
("dom.disable_window_flip" and "dom.disable_window_move_resize" are not touched)
Expected Results:
An enabled checkbox and the "dom.disable_window_move_resize",
"dom.event.contextmenu.enabled" and "dom.event.contextmenu.enabled" set to true?
Comment 1•20 years ago
|
||
I see this as well.
Reporter | ||
Comment 3•20 years ago
|
||
It regressed in the 20050227 build (20050226 worked fine).
Keywords: regression
Comment 4•20 years ago
|
||
My JavaScript options extension has also stopped working in the current build
probably due to this bug. I wouldn't be surprised if there were other
preferences also not working.
My best guess would be that the onpreferencewrite handler isn't being used
correctly?
Its a bit odd, I have many checkboxes, all calling the same onpreferencewrite,
yet some work and some don't. Nothing shows in the javascript console.
Comment 5•20 years ago
|
||
Ok, sorry for that last comment, looks like my extension isnt seeing the
problem, unless its something intermittent.
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Assignee | ||
Comment 6•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Comment 7•19 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
•