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.
Note: See
TracTickets for help on using
tickets.
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.