jilouc / jplex

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

Frame, Modal, Dialog Size stretched in IE 6 #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please follow this steps :-

(1) Create a Frame Even Dialog using code below:
                jPlex.include("jplex.components.Frame");                var first = new
Frame('what', {
            ajax:"URL_OF_YOUR_CHOICE",                      
        maxWidth:700,
        draggable:true,
        footer: true,
        constrainToCenter: true,
       overflow:"auto",                                title: "Take the Challenge"                      
}); 
2. Try it in IE 6

Please use the attached html file for accessing the content...
You will see modal size came stretched to fit even i defined a size there.
Well I found this bug while using Jplex 1.0

And even this bug has been found for the demo page of this product.

Thanks and regards
Mrityunjay

Original issue reported on code.google.com by m.kumar1...@gmail.com on 31 Jul 2009 at 7:19

Attachments:

GoogleCodeExporter commented 9 years ago
Hi I just reproducted the problem. 
The current usage of maxWidth is currently managed by the CSS property 
max-width. Of
course, IE6 does not support this property and we did not put a 
IE6-special-case in
there.

It shall be corrected ASAP :)
Thanks for reporting

Original comment by loic.petit@gmail.com on 31 Jul 2009 at 8:47

GoogleCodeExporter commented 9 years ago
Found the reason why it didn't work.
Our Core extension of Prototype's browsers detection for IE that was buggy.

1.1 will fix that.

Original comment by neming...@gmail.com on 2 Aug 2009 at 8:11

GoogleCodeExporter commented 9 years ago
Thanks guy for quick reply and response.. Well for the time being I had used 
the AJAX 
content with DIV restricting the width and height..

Looking forward with 1.1 ..

Original comment by m.kumar1...@gmail.com on 3 Aug 2009 at 4:57