quill icon indicating copy to clipboard operation
quill copied to clipboard

Add/Edit Link Popup is not included within the Text Editor area

Open karishma-grover07 opened this issue 3 years ago • 1 comments
trafficstars

The pop up to add edit a hyperlink is not displaying the edit popover within the area of the toolbar editor. Please refer the attached screen shot: image

Steps for Reproduction

  1. Enter any text within the editor placing cursor on the starting position.
  2. Click on the Link icon from toolbar.
  3. Check the position of the popup appearing to save the link

Actual behavior: The add/edit link pop up bar is out of editor area as marked in attached snaphot

Expected behavior: The editor should be contained within the text editor area.

Browser: Chrome - 102.0.5005.63 Operating system: windows 10

Version: quill : 1.3.7 ngx-quill:12.0.0

karishma-grover07 avatar Jun 16 '22 12:06 karishma-grover07

Same issue: Browser: Chrome - 103.0.5060.114 (Official Build) (64-bit) OS: Windows 11 version: quill: 1.3.7 react-quill: 1.3.5

EasonCo avatar Jul 13 '22 11:07 EasonCo

@karishma-grover07 , hello! I have similar issue. Did you solve this problem somehow?

guzel-kabirova avatar Dec 19 '22 17:12 guzel-kabirova

Looks like this issue can be fixed by specifying a bounds container which tooltips will be confined within. By default the bounds will be document.body and tooltips can be cut off if you render your Quill editor somewhere smaller like in a modal form.

chadrschroeder avatar Jun 14 '23 19:06 chadrschroeder

We'd like to add that when there's a very large body of text in the editor and you attempt to edit a link at the bottom of that text, the popup is rendered above the visible editor window instead of immediately above/below/next to the link being edited. You have to scroll up inside the editor window to get to the popup. We've tried this on Firefox, Chrome, and Edge:

edit-url

SJNBham avatar Aug 23 '23 20:08 SJNBham

Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray:

quill-bot avatar Apr 17 '24 11:04 quill-bot