Opened 13 years ago

Closed 12 years ago

#870 closed defect (fixed)

tab-elements - increase the framesize onmouseover - is broken

Reported by: frankjaeger Owned by: dev
Priority: major Milestone: 2.7.3 release
Component: user interface Version: 2.7.2
Keywords: tab, legend, onmouseover Cc:

Description

See Ticket #350 "tab-elements - increase the framesize onmouseover".

gui "gui" comes with the configuration:

element "legend"

Attributes: ' .. onmouseover="this.style.zIndex=300;this.style.width=350;"'

This doesnt work, Error-Console in FireFox says:

Warnung: Fehler beim Verarbeiten des Wertes für 'width'. Deklaration ignoriert.

Change History (1)

comment:1 by tbaschetti, 12 years ago

Resolution: fixed
Status: newclosed

fixed in 2.7.3 http://trac.osgeo.org/mapbender/changeset/8358 and trunk http://trac.osgeo.org/mapbender/changeset/8359

changed Attributes to: frameborder="1" onmouseover="this.style.zIndex=300;this.style.width='350px';" onmouseout="this.style.zIndex=3;this.style.width='200px';"

(width must be given in px and put in quotes)

Note: See TracTickets for help on using tickets.