[OpenLayers-Trac] [OpenLayers] #1129: popup text is not selectable
OpenLayers
trac at openlayers.org
Wed Nov 7 12:51:36 EST 2007
#1129: popup text is not selectable
---------------------+------------------------------------------------------
Reporter: tschaub | Owner: euzuro
Type: bug | Status: new
Priority: minor | Milestone: 2.6 Release
Component: Popup | Version: 2.5
Keywords: |
---------------------+------------------------------------------------------
Because of the -moz-user-select style declaration.
Modifying style.css to
{{{
div.olMapViewport {
/*-moz-user-select: none */
}
}}}
fixes this problem - but surely creates others if there was some reason
for this.
It seems to me that
{{{
.olPopupContent {
-moz-user-select: normal;
}
}}}
Should override the previous declaration, but things are not this simple.
--
Ticket URL: <http://trac.openlayers.org/ticket/1129>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list