Ticket #8427 (closed bug: notabug)

Opened 11 months ago

Last modified 11 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 11 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid

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.