Opened 11 years ago
Last modified 9 years ago
#11938 confirmed Bug
Webkit Blink: Image2 Cursor not available when Image is only content in editor
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 Beta |
Keywords: | Webkit Blink | Cc: |
Description
This is variation of: #11923
- Open image2 sample.
- Clear editor contents.
- Paste below code:
<p><img alt="Saturn V" src="assets/image1.jpg" style="float:right" width="200" /></p> or <figure class="image" style="float:right"><img alt="Saturn V" src="assets/image1.jpg" width="200" /> <figcaption>Roll out of Saturn V on launch pad</figcaption> </figure>
- Switch to wysiwyg and try to click behind or before image.
Result: You won't see cursor blinking anywhere and you are not able to type in editor.
This is happening only with widgets.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
#14580 was marked as duplicate.