#14773 closed Bug (duplicate)
[FF: ] style button switching on and off when user repeatedly click on an empty editor
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Irina |
Description
Steps to reproduce
- Open nighty build and empty it's contents
- Click on "Bold" icon in toolbar.
- Click in Editor body( which is empty).
Issue: see "Bold" button goes off.
- Keep clicking in Editor body, repeatedly.
Issue: you will see "Bold" button goes on and off, on and off.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.5.10 (GitHub - master) |
comment:2 Changed 9 years ago by
thanks for the explanation, it sounds reasonable. close this ticket.
This is a duplicate of #12634.
When you click repeatedly the result is the same as clicking on a word in text. Like word gets selected, the strong element gets selected. That is why you can see bold being activated on the toolbar. When you start typing text will be normal which is expected - typing on selected content removes that content.
It all comes down to placing caret in empty inline styles.