Closed
Bug 5919
Opened 26 years ago
Closed 26 years ago
can't directly use ctrl keys to revert style (chrome focus)
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: sujay, Assigned: buster)
Details
using 5/4 build of apprunner on all platforms.
1) launch apprunner and then editor from task menu
2) highlight any text
3) click any style button(bold, italic, underline)
4) immediately thereafter use the respective Ctrl keys
to undo your style change that you just made.
it won't work. the workaround is to click somewhere else
in the document, then re- highlight that piece of text
and then use the Ctrl keys(B, I, U) to revert your changes.
I compared this expected behavior to 4.x product, over there
it works fine.
Summary: after ccannot directly use ctrl- keys to revert style → cannot directly use ctrl- keys to revert style
Updated•26 years ago
|
Target Milestone: M6
Comment 2•26 years ago
|
||
Assigned to Steve Clark, set milestone to M6
Updated•26 years ago
|
Assignee: kostello → buster
sounds like a focus problem. Sounds like the button is getting focus when
pressed, and focus isn't reverting to the document content area after the
operation. Simon, do you have any insights?
Updated•26 years ago
|
Summary: cannot directly use ctrl- keys to revert style → can't directly use ctrl keys to revert style (chrome focus)
Comment 6•26 years ago
|
||
fix summary
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
•