Effect.Move bug with css attribute left:50% on I.E
Reported by aphix | July 29th, 2008 @ 06:05 PM | in 1.8.3 bugfix release
Hi,
Here is my css source for one of my div :
position:absolute;
left:50%;
top:-798px;
padding-left:10px;
padding-top:10px;
margin-left:-490px;
width:970px;
height:798px;
z-index:50000;
When i call :
new Effect.Move(document.getElementById("myDiv"), { x: 0, y: 788, mode: 'relative' });
Everything is ok on Firefox 1,2,3, but in I.E7, the div is not positioned properly. It is horizontaly splitted. I guess the 50% value for the left attribute is wrong interpreted by the function "Move".
Somebody know how to solve this issue ? Is it a real bug ?
Best regards.
Comments and changes to this ticket
-
Thomas Fuchs November 20th, 2008 @ 08:01 PM
- → Milestone changed from to 1.8.3 bugfix release
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
Source available from github
The Git repository resides at:
http://github.com/madrobby/scriptaculous
Check out the current development trunk with:
git clone git://github.com/madrobby/scriptaculous.git
As script.aculo.us 1.xx is feature-frozen, this development trunk is for bugfixes only.
New development should happen only for
script.aculo.us 2.
Creating a bug report
When creating a bug report, be sure to include as much relevant information as possible. Post a an example that shows off the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.
