#10802 closed defect (fixed)
Dojo button labels rendering error on ie 7 or ie8 compatibility mode
Reported by: | sebastiantb | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This only happens for ie7 or ie8 compatibility mode, the buttons labels renders in the wrong place , but when you put the cursor on them it get fixed.
I attached some screeshots and instructions to reproduce it in our system
http://img18.yfrog.com/i/buttons2.png/
instruction to see the error in our system:
go to http://1.9.demo.dotcms.org/c
login as [email protected]… pass test
1 - once logged in click on the website tab and select template
2- click on the Add template button 3- you should see that the save / save & publish and cancel button are not rendering correctly.
this is also happening in many places in our system but randomly the only place that always happens is in the one explain above.
Hopping to get a response soon
Best regards
Sebastian Torres
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | buttons2.png added |
---|
comment:1 Changed 11 years ago by
Priority: | highest → normal |
---|
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing for lack of test case.
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
As I wrote to you on the mailing list:
Just sounds like a rendering glitch, IE has lots of problems that we've worked around, especially in quirks mode; maybe this is another problem we haven't worked around. Problems multiply when buttons are inside of tables or there's other "fancy" markup, etc.
There's a method called _layoutHackIE7() that's supposed to correct the button layout, but it should already be getting called for you.
If you can make a single HTML file test case and attach it here we can take a look, but we can't do anything with a self contained test case.