#1994 closed Bug (worksforme)
Opera: ctrl-b twice will output bold text
Reported by: | Hallvord R. M. Steen (Opera Software) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Opera Compatibility |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Opera | Cc: |
Description
Place cursor in non-bold text
Press ctrl-b. Bold button on toolbar goes to "depressed" state (expected)
Press ctrl-b again. Bold button goes back to normal
Type. You get bold text - not expected.
Second ctrl-b press isn't correctly cancelled by the editor, so Opera picks it up and sets its internal state to "output bold text" even though FCKEditor removes the B tag from the DOM. The editor should make sure the keypress or keydown is cancelled also after the "remove empty B tag" operation.
Change History (4)
comment:1 Changed 17 years ago by
Version: | → SVN |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed Opera added |
---|
comment:3 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
WFM with Opera build 9972.
Likely caused by this JS error during key events handling: