Note that there are some explanatory texts on larger screens.

plurals
  1. POExtlib dialog appears to be pinned to the right window border
    text
    copied!<p>I'm having this strange phenomenon with an extlib dialog which I've never encountered before. The scenario is pretty much straight-forward: there's a link control calling the dialog.show() method through it's serverside conclick event. As soon as the dialog appears, however, it somehow is <em>glued</em> to the right edge of the browser's window. Dragging the dialog to the left doesn't actually move it but increases its width instead! </p> <p>I can't see anything special at all looking at the source code through firebug. AFAIK there's only one thing special about this application: the Xpage in question is running inside a classical frameset, due to the fact that this a 10 year old Domino web application, and there's simply no budget to completely transform it to XSP logic, so I'm doing it one by one I'm asked for some adjustments.</p> <p>Up to now this combination runs just great, no flaws so far until now, and I'm not at all sure if the one has something to do with the other.</p> <p>Happens in both Firefox and MSIE. I tried this on servers of version 8.5.3 UP1 as well as 9.0.1. Designer version is 9.0.1.</p> <p>Currently, I worked around this by adding some right margin to the dialog, so at least it appears somewhere <em>inside</em> the frame from where it is called. But it still is pinned to some right edge.</p> <p>Any hint is more than welcome.</p> <p><strong>EDIT:</strong></p> <p>Meanwhile I tried a tooltip dialog instead of a standard one: again the resulting control appears is pinned to the right edge, but it also spans across the entire parent frame. And the tooltip marker that should be pointing to the evoking link also is pointing to the rightmost possible position. So it's obviously for me now that those controls don't like to be called in the context of a frameset. Or could that be so?</p> <p><strong>EDIT #2:</strong></p> <p>Thanks to Patrick and Michael I had a few more ideas what I could try. It's still not working as expected, but at least I can now say for sure that the surrounding frameset <strong>is not</strong> the reason for this all: in a blank db with frameset and all the dialog works as expected. Whereas the dialog doesn't work in my project db even if I call the page by its own.<br> Weirdest thing I just found out is if I run the page in firefox <strong>AND</strong> with the firebug split window open then the dialog behaves just normally as I can drag it around like I want to.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload