Opened 15 years ago

Closed 15 years ago

#422 closed defect (fixed)

tabs wideout

Reported by: marc Owned by: marc
Priority: minor Milestone: 2.6 release
Component: treeGDE Version: 2.6 rc1
Keywords: Cc: astrid_emde

Description

the new tab effect to wide out the div at hovering is cool but if you open a treefolder like the Germany WMS in application "gui" it will not only wide horizontal.

The treecontainer will wide vertical too and is displayed without a scrollbar. It wides under other tabs.

Change History (6)

comment:1 by astrid_emde, 15 years ago

Cc: astrid_emde added
  • thanks for the report

What can we do?

it is defined like this at the moment:

gui_element - e_attributes

frameborder = "0" onmouseover="this.style.zIndex=300;this.style.width=350;" onmouseout="this.style.zIndex=2;this.style.width=200"

comment:2 by marc, 15 years ago

Hi,

i tried to to add some style attributes under e_attributes. But there it takes no effect.

The sollution is to change

gui_element - e_more_styles like this:

visibility:hidden; background-color:#ffffff;border: 1px solid #a19c8f;overflow-y:auto;

comment:3 by marc, 15 years ago

Better take this style under e_more_styles (this works in IE<7 too)

visibility:hidden; background-color:#ffffff;border: 1px solid #a19c8f;overflow:auto;

comment:4 by astrid_emde, 15 years ago

Owner: changed from dev to marc

;) great

So we should take this change to the update..sql for mapbender 2.6

can you do this?

greetings to RS and see you

comment:5 by marc, 15 years ago

sure,

greetings back!

comment:6 by marc, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.