ArielOctavio / jquery-dialogextend

Automatically exported from code.google.com/p/jquery-dialogextend
0 stars 0 forks source link

Issue Found On Maximize Button Only In IE7 #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Sandbox in IE 7
2. Click CLICK-ME Button
3. Can Find The CLOSE And MAXIMIZE Buttons Are Misplaced

What is the expected output? What do you see instead?
Expected:- Buttons Must be placed same as in Firefox 6.0.2/ Chrome 8.0/ IE 8

What version of the product are you using? On what operating system?
Browser:- IE 7,OS- Windows XP

Please provide any additional information below.
In IE 7 buttons viewed in different order(First close button then Maximize 
button), But Sandbox demo gives Misplaced Buttons in Vertical Order

Original issue reported on code.google.com by pvaju...@gmail.com on 30 Oct 2012 at 12:25

GoogleCodeExporter commented 8 years ago
Hey,
Everyone wishes IE was dead. Piece of crap browser!
there is a problem with the css styles set in _initStyles.
the line:
'.ui-dialog .ui-dialog-titlebar-buttonpane>a { float: right; }'
does not seem to apply here.

So you can set this css properties either in document css or in the script (add 
    .css("float", "right") in line 295).

Cheers  
Tobi

Original comment by tobias.w...@googlemail.com on 20 Nov 2012 at 3:15