slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
42.51k stars 3.32k forks source link

Bubble Theme Tooltip Issues on Safari #3034

Open awehrman opened 4 years ago

awehrman commented 4 years ago

Found some inconsistencies on the tooltip render using the bubble theme in Safari.

Steps for Reproduction

  1. Open Safari (I'm using the latest version on Catalina, but we've also seen this behavior way back to Safari 10.1 on 10.12.6) and navigate to the bubble demo on your theme site.
  2. Type in a string and select all to enable the tooltip. Looks beautiful. Great.
  3. Select the link icon and put in a URL. Tool tip goes away and keeps your text selected. Great.
  4. Re-hover over your link. Now the tool tip is above the the text and gets snipped off my the text area.

Screen Shot 2020-05-06 at 10 25 35 AM

  1. It feels like this only happens to the link wrapping and not any kind of formatting or plain text on the same line.

Screen Shot 2020-05-06 at 10 49 02 AM

jeffyzxc commented 4 years ago

I'm having the same issue. have u resolved this?

awehrman commented 4 years ago

i ended up just slapping an overflow: visible; on the ql-editor class and it resolved it for me.