Closed
Bug 28873
Opened 26 years ago
Closed 26 years ago
clicking format menu brings up named anchor props dialog
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: sujay, Assigned: cmanske)
Details
using 2/22 build of mozilla
1) launch mozilla
2) launch editor
3) insert text
4) insert named anchor after text
5) click on anchor
6) pull-down Format menu
notice as you're pulling down the Format menu, the Named Anchor props
dialog pops up!!! it shouldn't pop up until you pull-down the Format
menu and select the named anchor props menu item...
all platforms
| Assignee | ||
Comment 1•26 years ago
|
||
Yep, very wacky! The calls to bring up the property dialog are executed in
the InitMenu code that executes when you click on the Format menu.
Fix is trivial - remove the line that brings up the dialog. This was not
noticed before because clicking on the Named Anchor icon used to not do
anything (i.e., not change the selection), but now clicking on it changes
the selection, even though you do not see any visual feedback that it is
selected.
Status: NEW → ASSIGNED
Target Milestone: M15
| Assignee | ||
Comment 2•26 years ago
|
||
Fixed a long time ago!
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•