plandem / lwrte

Export from Google Code. Lightweight Rich Text Editor (RTE / WYSIWYG) for jQuery
https://code.google.com/p/lwrte/
0 stars 0 forks source link

rte-panel (such as Link dialog box) location offscreen or not centered #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place RTE inside a dialog whose width is 400px wide
2. Click the Link button. Link dialog box isn't visible
3. Expand the dialog's width; the link dialog is within the parent dialog 
content, but off to the right.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
1_2

Please provide any additional information below.

Maybe this is because of the way I am dynamically modifying the content of the 
dialog after it's drawn. Can someone explain how the location for this link 
dialog (class=rte-dialog) is determined?

Original issue reported on code.google.com by g...@placelogic.com on 17 Nov 2010 at 12:54