Opened 14 years ago
Last modified 11 years ago
#8195 closed Bug
Moving in and out of element boundaries in Firefox — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: | satya_minnekanti@… |
Description
This is the continuation or extension of #7796.
- Open replacebycode sample in Firefox
- Select sample text with a mouse
- Apply inline "Variable" style or "Cosmic Sans MS" font style
- Click behind the dot
- Path shows that you are no longer inside span tag.
- Press ENTER and start typing - inline style is not applied.
- Put cursor behind the dot, press LEFT_ARROW, press RIGHT_ARROW
- You should be behind the dot but this time in side VAR od SPAN tag.
- Press ENTER and start typing - styles are applied.
- It all depends whether Firefox decides whether you have left element boundaries or not.
After discussoin with @wwalc we have decided to create such ticket and link it to #7796 just to mark that this is not only about pasting.