Opened 17 years ago
Closed 17 years ago
#1273 closed Bug (fixed)
Opera: editing area loses focus when clicking on toolbar buttons
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | Opera Compatibility |
Component: | General | Version: | |
Keywords: | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
When using toolbar buttons, like bold and italic, it is expected the focus to remain in the editing area, so it is enough typing to continue writing.
Change History (3)
comment:1 Changed 17 years ago by
Priority: | Normal → High |
---|
comment:2 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|
Could we add a couple of extra .focus() calls?
For example, finishing FCKStyles.ApplyStyle by calling
FCK.EditorWindow.focus();
would solve it for B, I and the other inline stuff. You probably know where to put it to resolve it for block formatting..
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
You was right Hallvord. Fixed with [918]. Click here for more info about our SVN system.
In my opinion this is annoying enough to be a high-pri showstopper. I have not analysed it yet.