Opened 10 years ago
Closed 10 years ago
#12953 closed Bug (duplicate)
CK editor in jquery dialog box (issue on chrome,opera, and safari browser)
Reported by: | yogesh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
When i use ck editor in jquery dialog box. that time it works fine. but there is problem when i add "#" manually add at the end of URL and reload the page. and again open the jquery dialog which contain the ck editor. That time scroll Top is changes both body and dialog container. The dialog goes Upwards, i am unable to see the dialog content.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | dialog.html added |
---|
comment:2 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.4.4 |
DUP of #10749.
I think however that most important question here is why you need to have # in URL. My guess is that you have link/button like <a href="#" ...
. If that is the case you should think of some other approach - http://ckeditor.com/comment/127529#comment-127529
append # at the end of the Url eg. file:///C:/Users/ynikam01/Desktop/dialog.html# and reload the page. then click on button dialog gets open