SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

MaintainScrollPositionOnPostback not good with ErrorHandlers. #200

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make the description invalid. E.g. "[URL][TITLE]MSU Computer Science 
[/URL][/TITLE]http://cse.msstate.edu"
2. Click Save.
3. Click Yes.

What is the expected output? What do you see instead?
Expected: error panel shows up where you can see it without scrolling.

Actual: MaintainScrollPositionOnPostback causes the page to scroll up in 
order to see/click on the error panel.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mbbowser@gmail.com on 12 Apr 2010 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by nind...@gmail.com on 12 Apr 2010 at 7:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r624.

Original comment by nind...@gmail.com on 12 Apr 2010 at 7:56

GoogleCodeExporter commented 9 years ago
verified in ie8

Original comment by sweenr...@gmail.com on 12 Apr 2010 at 9:06

GoogleCodeExporter commented 9 years ago
Not fixed. To replicate issue:

1. Go to Main.aspx
2. Edit MSSQL
3. Save & Edit
4. LOCKLocation --> Select
5. Click Map Lat/Long
6. Click Separately
7. Set both Latitude and Longitude to col7
8. Click Submit

Expected: Page stays scrolled down part-way, error message is displayed and 
visible 
on this part of the page.

Actual: Page stays scrolled down part-way, error message is displayed, but you 
must 
scroll up to the top of the page to see it.

This might have to do with the fact that the mapping stuff is inside an 
UpdatePanel 
(at least 1 of them).

Note: If you click OK on the error, then scroll back down and try to resubmit a 
bad 
Lat/Long mapping, the errorpanel still displays at the top of the page (bad).

Original comment by mbbowser@gmail.com on 12 Apr 2010 at 9:35

GoogleCodeExporter commented 9 years ago
I tested in firefox 3.6

Original comment by mbbowser@gmail.com on 12 Apr 2010 at 9:35