[OpenLayers-Trac] [OpenLayers] #3254: same id used for all
Popup-div parts
OpenLayers
trac-20090302 at openlayers.org
Fri Apr 8 19:15:01 EDT 2011
#3254: same id used for all Popup-div parts
-----------------------+----------------------------------------------------
Reporter: pebXX2346 | Owner:
Type: bug | Status: new
Priority: major | Milestone: 2.11 Release
Component: general | Version: 2.10
Keywords: | State:
-----------------------+----------------------------------------------------
All FramedCloudPopup (probably other classes too) use
the same id for their sub-divs, those are:
{{{
popup_GroupDiv
popup_contentDiv
popup_close
popup_FrameDecorationDiv_1
popup_FrameDecorationDiv_2
popup_FrameDecorationDiv_3
popup_FrameDecorationDiv_4
}}}
id has to be unique in a document:
[http://www.w3.org/TR/html401/struct/global.html#h-7.5.2]
so i set it to priority:major
I'm shure they should be class="...".
Then one could give them usefull css values, e.g. see:
[http://trac.osgeo.org/openlayers/ticket/3192#comment:3]
--
Ticket URL: <http://trac.openlayers.org/ticket/3254>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list