History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: BPM-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Wouter Zoons
Reporter: Wouter Zoons
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
Bpm4Struts Cartridge

tabs don't work in IE

Created: 04/Aug/04 02:50 AM   Updated: 23/Oct/04 08:59 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description   
for some reason tabs are rendered unclickable and stop functioning in IE, this is most likely related to Javascript

 All   Comments   Change History      Sort Order:
Comment by Carlos Cuenca [06/Aug/04 06:54 PM]
I had found a workarround changing the default-application style:

div.tabs div.tab
{
    position: relative;
    background-color: #fff;
}

by this one...

div.tabs div.tab
{
    position: relative;
    background-color: #fff;
    border: 1px solid #ffffff;
}

Comment by Wouter Zoons [07/Aug/04 01:32 AM]
This fixes it indeed, but this yields an issue for firefox where the aligment seems to be one pixel off. For that reason I do not close this issue yet.