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 position (search, edit) in IE
24/04/2009
15:40
Avatar
CHVS_2002
Member
Members
Forum Posts: 8
Member Since:
24/04/2009
sp_UserOfflineSmall Offline

i m using  3.4.3 with jquery 1.3.2

In IE 6 & 7, search box stay on top of screen, a div with gray color is show, the table is roll down in the page.  When i close, the table up.

I try change in JQModal.css
* html .jqmWindow {
background-color: #FF0000;
position: absolute;

to RELATIVE. the box down with the table, but still a gray box on top

I clear cache, but, nothing fix.

The examples in http://trirand.com/jqgrid/jqgrid.html is perfect.

Please, what am i doing wrong?

24/04/2009
15:58
Avatar
CHVS_2002
Member
Members
Forum Posts: 8
Member Since:
24/04/2009
sp_UserOfflineSmall Offline

absoluteImage EnlargerrelativeImage Enlarger21

25/04/2009
07:20
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Do you have the same problem in FF?

Be a sure that the jqModal.css is loaded.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

27/04/2009
09:57
Avatar
CHVS_2002
Member
Members
Forum Posts: 8
Member Since:
24/04/2009
sp_UserOfflineSmall Offline

Hi Tony,

Thank you for your attention and apologize for my english.

I create a link to test (ccs with absolute)http://www.faxinfo.com.br/JQGR...../TESTE.ASP

and css with relative
http://www.faxinfo.com.br/JQGR.....lative.ASP

In FF it's all right. Only with IE (6 & 7) has problem (no javascript error is show). To certify that Modal and css are loading i try change background-colors, and... change. 

(the JSON file is static, only for test, without sort)

28/04/2009
08:33
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

1. I'm not 100% sure, but the default mode of IE is quirks mode. Set it to any other diffrent from this.

2. A good is to do so in your head section.

html, body {
    margin: 0;            /* Remove body margin/padding */
    padding: 0;
    overflow: hidden;    /* Remove scroll bars on browser window */   
    width: 100%;
    height: 100%
}

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

28/04/2009
23:33
Avatar
CHVS_2002
Member
Members
Forum Posts: 8
Member Since:
24/04/2009
sp_UserOfflineSmall Offline

incredible,  after hours in google, i find:

with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">

or

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DT.....tional.dtd">

works

but

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

or without DOCTYPE,  don't.

I m very happy, now i can use JQGRID.

07/07/2009
03:37
Avatar
JaySab
Member
Members
Forum Posts: 10
Member Since:
22/06/2009
sp_UserOfflineSmall Offline

Hi,

I'm having exactly this problem, and unfortunately, working on a large, fairly old application, I have to stick to quirks mode.  Is there a way I can enable the dialog to display properly?  If not, is there an easy way to disable the dialog and use my own instead?

Thanks.

Jay

08/07/2009
06:01
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

What you mean display properly?

Yes, you can use what you want dialog.

Best Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

09/07/2009
04:20
Avatar
p_mendes
Member
Members
Forum Posts: 4
Member Since:
22/06/2009
sp_UserOfflineSmall Offline

Hi,

If someone can´t resolve this kind of issue with the doctype declaration, please refer to this topic : http://www.trirand.com/blog/?p.....8;search=1

Hope it helps.

Mendes

10/07/2009
12:15
Avatar
JaySab
Member
Members
Forum Posts: 10
Member Since:
22/06/2009
sp_UserOfflineSmall Offline

Tony,

We were getting the same problems as in the screenshot posted by CHVCS above. ie - grey overlay above grid.

We have resolved it now by changing jqModal.js.  This line:

open:function(s,t){var h=H[s],c=h.c,cc='.'+c.closeClass,z=(parseInt(h.w.css('z-index'))),z=(z>0)?z:3000,o=$('<div></div>').css({height:'100%',width:'100%',position:'fixed',left:0,top:0,'z-index':z-1,opacity:c.overlay/100});if(h.a)return F;h.t=t;h.a=true;h.w.css('z-index',z);

We changed position:'fixed' to position:'absolute'.

Many thanks.

Jay

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
157 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