Letractively / jxlib

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

Close button doesn't appear on modal dialogs with IE7 & IE8 #201

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Open a dialog liket this :

    var oWindow = new Jx.Dialog({
        'label' : sTitle,
        'content' : eContent,
        'modal' : true,
        'resize' : false,
        'move' : true,
        'width' : 800,
                'height' : 400,
        'closeLabel' : 'Close It',
                'collapse' : false 
    });

2.Try to close it...

What is the expected output? What do you see instead?

The close button doesn't appear.

What version of the product are you using? On what operating system and web
browser (including version)?

JxLib : 2.0
OS : Windows XP
Browser : IE 7 and IE 8 

I succed to fix it with this :

Jx.Toolbar.Container, measure function : 

In the case when we don't need any scrollers but we might need to scroll
the toolbar into view

if (from && (from.toInt() !== 0 && from !== 'auto'))

Original issue reported on code.google.com by escalle....@gmail.com on 17 Sep 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Moved to Lighthouse:

http://jxlib.lighthouseapp.com/projects/71243-jxlib/tickets/44-close-button-does
nt-appear-on-modal-dialogs-with-ie7-ie8

Original comment by jbomgard@gmail.com on 5 Mar 2011 at 8:38