Closed
Bug 21378
Opened 25 years ago
Closed 25 years ago
[dogfood] CanUndo and CanRedo report opposite of what they should
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: buster, Assigned: buster)
References
Details
(Whiteboard: [PDT-] waiting till 21376 is fixed before verifying)
with text controls being hooked up to menus, it's important to enable/disable
commands appropriately. I'm nominating this bug as dogfood simply because the
fix is so trivial, just reversing the boolean that's returned, turning an ==
into a != in two places. No other code relies on these changes except code that
tells the UI whether these commands are enabled or disabled.
Let me know if I can check it in. Already reviewed.
Updated•25 years ago
|
Whiteboard: fix in hand, trivial → approved by chofmann
Comment 1•25 years ago
|
||
this was approved by chofmann this morning. Steve, go ahead and check it in.
fixed. You can verify this by seeing if undo and redo are enable and disabled
appropriately in the address book chrome, browser url bar, html text areas in
the content, etc. However, you won't easily see this until bug 21376 is fixed.
waiting till 21376 is fixed before verifying
Whiteboard: [PDT-]approved by chofmann → [PDT-] waiting till 21376 is fixed before verifying
You need to log in
before you can comment on or make changes to this bug.
Description
•