Ticket #422 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by astrid_emde

  • 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"

Changed 4 years ago by marc

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;

Changed 4 years ago by marc

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;

Changed 4 years ago by astrid_emde

  • 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

Changed 4 years ago by marc

sure,

greetings back!

Changed 4 years ago by marc

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.