Closed
Bug 91159
Opened 24 years ago
Closed 24 years ago
lose style selection after focusing another window and coming back
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
INVALID
People
(Reporter: sujay, Assigned: rubydoo123)
Details
using 7/17 build of netscape
1) launch netscape
2) launch composer
3) click Bold and Italic style buttons(observe that the buttons are depressed
4) click on the browser window from step 1) giving it focus
5) now go back to composer window and click inside the window
observe the Bold and Italic toolbar buttons are not depressed anymore
You've lost your style selection.
| Assignee | ||
Comment 1•24 years ago
|
||
what are you selecting to toggle back to the editor? Are you selecting in the
body or are you selecting the title bar or what? If I select the title bar, the
selection remains and the style remains. If you select within the body -- then
your focal point will change depending on where you selected and the style would
go away. If that is what you are doing, then this would be invlaid.
Beth, I am selecting in the Body exactly where I left the insertion
point before I gave another window focus.
| Assignee | ||
Comment 3•24 years ago
|
||
when you regain focus of composer by selecting within the edit window, you are
resetting the caret placement, since you entered nothing within the bold element
start and end tag before going off to another window, you essentially left
nothing within that element to grab focus, so the caret will be inserted outside
of the element. The better way to regain focus of the composer window is to
select the window header, or footer area.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•