Search and Top Navigation
#8427 closed bug (notabug)
Opened July 08, 2012 09:20AM UTC
Closed July 09, 2012 01:00PM UTC
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.
Attachments (0)
Change History (1)
Changed July 09, 2012 01:00PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.