Opened 11 years ago
Last modified 10 years ago
#11923 confirmed Bug
Chrome Safari: Image2 Cursor Misplaced After Image — at Initial Version
Reported by: | Nathan Frost | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | 4.3 Beta |
Keywords: | VendorFix Blink | Cc: | pieter.eggermont@… |
Description
Configuration: Plugins: image2 enterMode: ENTER_P
Steps to Reproduce in Chrome Or Safari:
- Open up plugins/image2/dev/image2.html
- Select an image and remove caption alignment styles
- Make sure the image is the only item on the line
- Click to the right of the image
You will see the cursor appears on the right side of the screen, at the end of the P tag.
Expected Result: Cursor should be next to the image.
I reproduced this from the source code repository. I originally found it in my implementation. When I add images by upload, this does not occur. I have to save the document and then load it up again to reproduce it. This does not seem to be a problem while in BR mode but I haven't totally verified that.