Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
jqModal doesn't work properly in IE8 Quirks Mode
27/01/2011
00:18
Avatar
thcase
New Member
Members
Forum Posts: 1
Member Since:
26/01/2011
sp_UserOfflineSmall Offline

The jqModal script sniffs out whether the browser is IE (msie) and version 6.0 and if so, it uses position:absolute for the Modal overlay.  However, the script doesn't detect IE 8.0 running in quirks mode, which also needs to use the position: absolute, instead of position:fixed.  In IE 8, quirks mode, the function creates a new div at the top of the page and moves the rest of the content down (out of page view), instead of overlaying the existing page.

May want to consider using jQuery.support.boxModel instead of just browser version.  This returns false for IE8 in quirks mode, and true if IE8 is in standards mode.

27/01/2011
11:31
Avatar
HenryYan
china
Member
Members
Forum Posts: 15
Member Since:
18/09/2010
sp_UserOfflineSmall Offline
I also encountered this problem, IE and Firefox to see the comparison shots
IE version 6 are ok,but ie7+,picture:
in IE8Image Enlarger
Firefox:
in firefox is okImage Enlarger
27/01/2011
12:02
Avatar
HenryYan
china
Member
Members
Forum Posts: 15
Member Since:
18/09/2010
sp_UserOfflineSmall Offline

used @thcase solution,the issue is resolved

There is another problem, in IE has blank space at right of overlay , I used solution:
jquery.jqGrid.min.js at line 365,
change

width:"100%"

 to

width:b.browser.msie ? "103%" : "100%"

Hope that the next version to fix these problems

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
47 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information