[Webkit-unassigned] [Bug 46692] REGRESSION (r61637): Lightbox resizes to incorrect size on octranspo1.com/routes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 10:25:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=46692
--- Comment #19 from Eric Seidel <eric at webkit.org> 2011-05-12 10:25:15 PST ---
As far as I can tell, this is using scriptaculous's lightwindow:
http://script.aculo.us/
Which is all being inserted into the page via:
http://www.octranspo1.com/cached_core.js
This is the code in question:
<div class="calloutLight round5px">
<h3>Quick Links</h3>
<a href="/index.php/routes/#routeImageLightwindow" class="lightwindow preview" title="Route Map for Route 001"><img src="http://www.octranspo1.com/images/files/routes/001map.gif" alt="Route Map" /></a>
<ul class="calloutFooterLinks">
<li><a href="/index.php/routes/#routeImageLightwindow" class="lightwindow" title="Route Map for Route 001">View map</a></li>
<li><a href="http://www.octranspo1.com/images/files/route_pdf/map_carte_001.pdf" class="PDF">Print Map</a></li>
<li><a href="/route/printRoute?selectRoute=001&year=2011&month=05&day=12&from_site=yes" target="_blank" id="timetableLink">View timetable in text format</a></li>
</ul>
<div id="routeImageLightwindow" style="display:none"><img src="http://www.octranspo1.com/images/files/routes/001map.gif" alt="Route Map" /></div>
<div class="clear"></div>
</div>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list