Last modified: 2007-01-15 19:42:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10635, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8635 - Scaled imagemap coordinates not rounded to integers, breaking Opera
Scaled imagemap coordinates not rounded to integers, breaking Opera
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ImageMap (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.w3.org/TR/html4/struct/obj...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-14 22:52 UTC by TMg
Modified: 2007-01-15 19:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description TMg 2007-01-14 22:52:16 UTC
For example, this:

<imagemap>
Bild:Karte Deutschland.png|140px|right|Deutschland
circle 149 122 31 [[Sachsen]]
</imagemap>

outputs this:

<area href="/wiki/Sachsen" shape="circle" coords="110.957446809,90.8510638298,23.085106383" 
alt="Sachsen" title="Sachsen" />

This does not work in the Opera browser. According to the HTML specification only "pixel values" are 
allowed. "Fractions" of pixels are useless anyway. Please add round() to the code.
Comment 1 Brion Vibber 2007-01-14 23:53:16 UTC
Clarified summary.
Comment 2 Brion Vibber 2007-01-15 19:42:44 UTC
Fixed in r19303

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links