Closed
Bug 825194
Opened 13 years ago
Closed 11 years ago
matnasim.org.il - Site header slides to the right
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tomer, Unassigned)
References
()
Details
(Whiteboard: [country-il])
(Bug spotted by Amir Aharoni. I am just reporting it here because he seems to be too lazy to do it himself. ☺)
When enter the website, the site title and top navigation bar slides to the right constantly, pixel by pixel, without a [known] reason. I guess it is not a rendering issue in Gecko itself but probably a Javascript library with a known bug that I am not aware of .
<script type="text/javascript" language="javascript" src="_Includes/Funclib.js"></script>
<script type="text/javascript" language="javascript" src="http://support.daronet.com/Modules6/_Scripts/Site/modFormValidatorHU.js"></script>
<script type="text/javascript" language="javascript" src="http://support.daronet.com/Modules6/_Scripts/dbsAjax.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
Reporter | ||
Comment 1•13 years ago
|
||
Running the site locally from disk doesn't have this issue.
/tmp$ wget -p www.matnasim.org.il
/tmp$ firefox www.matnasim.org.il/index.html
… But after linking it to my webserver running on localhost the issue reproduce again.
/tmp$ ln -s `pwd`/www.matnasim.org.il ~/public_html/
/tmp$ firefox http://localhost/~username/www.matnasim.org.il/
Than I've replaced the line in the code that mention jquery 1.3 with 1.8.3 which is currently the latest, and the issue still exists.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
(More information here: https://developers.google.com/speed/libraries/devguide)
Reporter | ||
Comment 2•13 years ago
|
||
I suspect that the following site has the same problem: http://tovana.org.il/he/schedule/icalrepeat.detail/2013/05/02/4849/47/-mbsr-
(Originally reported on http://input.mozilla.org/opinion/3536220)
![]() |
||
Comment 3•11 years ago
|
||
nothing apparent which would be weird.
Assignee: hebrew → nobody
Status: NEW → RESOLVED
Closed: 11 years ago
Component: Hebrew → Desktop
Resolution: --- → FIXED
Whiteboard: [country-il]
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•