Discussion:
Dialog vertical position problems on the last revisions
Ioan Fericel
2014-05-02 08:06:50 UTC
Permalink
Hello!

The problem appear on the pages with many positions, with scroll, on
tabular repeat. Openning an dialog box for editing or adding line, this
appear somewhere below the page, centered on entire page, not on the
visible area.

I noticed the trouble on versions 593 and subsequent. The last one I
used it work properly was 586 and I could not understand what has changed.

I tried various ways of positioning in CSS, but I did not succeed to get
normal functionality. Please could you give me an idea for solving.

Thanks,
Ioan
Ioan Fericel
2014-05-07 12:50:37 UTC
Permalink
Hi Alain,

I find a solution for this problem, but not sure that is generally
document.documentElement.clientHeight;
myHeight = document.documentElement.clientHeight;
Now modal dialog is centered correctly in visible area, both in Firefox
and Chrome. Is it possible to affect other parts or could be changed in
the next version to work correctly also in this case?

Merci et bonne journée,
Ioan
Hello!
The problem appear on the pages with many positions, with scroll, on
tabular repeat. Openning an dialog box for editing or adding line,
this appear somewhere below the page, centered on entire page, not on
the visible area.
I noticed the trouble on versions 593 and subsequent. The last one I
used it work properly was 586 and I could not understand what has changed.
I tried various ways of positioning in CSS, but I did not succeed to
get normal functionality. Please could you give me an idea for solving.
Thanks,
Ioan
Alain Couthures
2014-06-07 04:34:00 UTC
Permalink
Hi Ioan,

I have now changed to the old version in the latest build. It will stay
as this as long as I haven't yet found a good way to support dialogs
popup from an IFRAME...

Thanks!

--Alain
Post by Ioan Fericel
Hi Alain,
I find a solution for this problem, but not sure that is generally
document.documentElement.clientHeight;
myHeight = document.documentElement.clientHeight;
Now modal dialog is centered correctly in visible area, both in Firefox
and Chrome. Is it possible to affect other parts or could be changed in
the next version to work correctly also in this case?
Merci et bonne journée,
Ioan
Loading...