Opened 11 years ago

Closed 11 years ago

#8427 closed bug (notabug)

scrollHeight issue in jquery UI tabs widgets

Reported by: deng.hui5 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.tabs Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:

Description

when I used tabs widgets in a page every thing is fine except the overflow height can't be displayed even if 'overflow:auto' is applied to panel. then I find that panel's scrollHeight is equal to panel's offsetHeight that scroll bar doesn't work.

if we keep scrollHeight calculated by browser then can we avoid setting panel height explicitly? please produce this issue by official example: http://jqueryui.com/demos/tabs/bottom.html, select third panel then remove 'height:140px' by browser developer tools, this issue occur.

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: invalid
Status: newclosed

The demo you link to is an example of creating bottom-aligned tabs. It is not an official solution for all supported use cases. Please use the forums or StackOverflow for help.

Note: See TracTickets for help on using tickets.