Labels on buttons gets separated from the button

Project:formsPlayer
Version:1.5.7.1013
Component:User interface
Category:bug
Priority:normal
Assigned:abb
Status:invalid
Attachment:screenshots.doc (622 KB)
Description

After the browser has repainted, the labels on the button gets displaced from the button on the screen. After pointing the mouse on the displaced label it "drops" back over the button. This seems to be some kind of issue related to painting.

I have attached a document with screenshots.

Regards
Nirmal

Updates

#1 submitted by Paul Butcher on Thu, 2007-11-29 12:30
Status:new» invalid

In the example code you have given us in the past, style rules exist for mysubmit and div.mysubmit in market_gui.css that set the position property to "relative". This is the culprit. Removing these rules allows IE to more reliably update the position of the div that you have placed within the label of that trigger.

#2 submitted by abb on Mon, 2007-12-03 20:06

This issue can be closed now. I haven't seen the issue since I made the change that was suggested.

Thanks Paul