Cancel and Update buttons bug with IE

Permalink
Any idea why cancel and update buttons doesn't show in popups with IE7 and IE8? Some CSS bug?

C5 version 5.3.2

See attachment.

1 Attachment

Wertti
 
c5mix replied on at Permalink Reply 1 Attachment
It's because "position: relative" was added to the ccm-button class on line 59 of ccm.forms.css in the concrete/css folder. This is a big problem in my opinion - since you cant save or cancel out of the block!

You also cant see the "Delete User Account" button under Delete User when viewing a user account because "position: relative" was added to line 47 of ccm.dashboard.css.

Also, if you go to Sitemap and click on a page and select Properties and go to Custom Fields the same "position: relative" bug exists (see attached screenshot). To remedy this, "position: relative" needs to be taken out of .ccm-field-meta on line 14 of ccm.forms.css. And on line 15 .ccm-meta-close needs to have position:absolute taken off (and top:0 & right:0) and float: right added.

This should be added to bugs - and more testing should be done in IE7 & 8 since the majority of end users will be using those browsers (unfortunately).
Wertti replied on at Permalink Reply
Wertti
Thanks a lot.
frz replied on at Permalink Reply
frz
woops.

noted.
c5mix replied on at Permalink Reply
appreciate it! keep up the great work guys!!