palimadra / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Non-visible dialog - needs window.scrollTo(0,1) #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Show a page that longer than the iPhone screen
2. Have a button which displays a dialog (div class="dialog") below the
first screen of the page
3. Click button to show the dialog

What is the expected output? What do you see instead?
You expect the dialog to display on the screen, but it appears that nothing
happens.  If you scroll up to the top of the page, you will see the dialog
over the first screen of the page.

Please use labels and text to provide additional information.
To correct this problem, I added:
window.scrollTo(0,1)
on line 312 of iui.js (version 0.31)
This will make the dialog visible to the user.

Original issue reported on code.google.com by potho...@gmail.com on 13 Oct 2009 at 6:53

GoogleCodeExporter commented 9 years ago
thank you - this should be fixed in iUI 0.40.

Usually the dialogues are called from the toolbar - so this problem shouldn't 
appear.
But if you call it from a long page I can imagine that this is a problem.

Original comment by melcher....@gmail.com on 13 Oct 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 23 Jan 2012 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by msgilli...@gmail.com on 12 Apr 2012 at 4:42