Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-01-20 00:38:22

faseidl
New member
From: Ann Arbor, MI
Registered: 2009-01-02
Posts: 7
Website

Invisible Modal Dialogs in IE 7

Modal dialogs in IE 7 are displaying as invisible .  The dialogs are functioning (i.e., I can tab from field to field, enter data, and submit the dialog) but I can't seen anything except the caret moving as I type.

I am using the latest trunk version (rev 1153).

Has anyone else seen this?  Any ideas on how to debug this?

Thanks.

Offline

#2 2009-01-20 22:26:16

faseidl
New member
From: Ann Arbor, MI
Registered: 2009-01-02
Posts: 7
Website

Re: Invisible Modal Dialogs in IE 7

Here's some more data... after much debugging, I determined how to fix the problem (but I'm not sure I understand why it works.)

Everythins works fine in IE (and everywhere else) when the page containing the Xinha control uses this doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Dialog boxes fail in IE (but nowhere else) when the doctype is changed to this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

My guess is that smart browsers know how to find the standard 4.01 Transitional DTD, but less smart browsers (i.e., IE) need to be explicitly told where to find it.

Offline

#3 2009-01-21 00:42:09

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Invisible Modal Dialogs in IE 7

The first example is trigering "Standards Mode", while the last example is triggering "Quirks Mode".  Please post this as a bug in the tracker.


James Sleeman

Offline

#4 2009-01-21 11:44:34

faseidl
New member
From: Ann Arbor, MI
Registered: 2009-01-02
Posts: 7
Website

Re: Invisible Modal Dialogs in IE 7

Ah, thanks for the pointer.

I reopened #1176 with additional details:
http://xinha.webfactional.com/ticket/1176

Offline

Board footer

Powered by FluxBB