Closed
Bug 285820
Opened 20 years ago
Closed 20 years ago
The about:config context menu continues to display after selection is made
Categories
(Toolkit :: Preferences, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 262031
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050311 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050311 Firefox/1.0+ The context menu in about:config continues to display even after a selection is made. Reproducible: Always Steps to Reproduce: 1. Open about:config 2. Open the context menu 3. Select New and String Actual Results: The "New string value" prompt is displayed AND the context menu continues to display Expected Results: The "New string value" prompt is displayed and the context menu disappears
| Assignee | ||
Comment 1•20 years ago
|
||
Fixes this bug by using a setTimeout to call the function that uses the prompt service thereby allowing the context menu to be finish. Not sure if an sr is required for this patch so info regarding this is appreciated. Thanks
Assignee: nobody → moz_bugzilla
Status: NEW → ASSIGNED
Attachment #177203 -
Flags: first-review?(mconnor)
Comment 2•20 years ago
|
||
this patch fix it for me 2
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 177203 [details] [diff] [review] patch This is a dupe of bug 262031 and there must be a better way to resolve this without a setTimeout
Attachment #177203 -
Attachment is obsolete: true
Attachment #177203 -
Flags: first-review?(mconnor)
| Assignee | ||
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 262031 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•