-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabbedPane rendering bug #181
Comments
There are several issues in current tabbed pane styling and it requires a complete revamp. I will be fixing it in v1.30 update. There will be both - visual and code improvements to WebTabbedPaneUI, painters support and some other useful features added. |
If you would be able to fix this particular issue to 1.29, I would really appreciate it. Anyway, thanks a lot for support in future releases. |
Clip of the lower part of tab border when tabbed pane is BOTTOM oriented? |
Yes this clipping of lower part issue, thanks a lot! |
Closing this issue and merging all information into #35 |
I like the possibilities and styling of
WebTabbedPane
and we use it in our project a lot, but this one thing drives me crazy and I spend few hours to track down what might cause the problem. Finally, there seems to be off-by-one bug inWebTabbedPane
tab handle rendering.Because my layout manager (MigLayout) does not give any additional space (inset/indentation) to the component, bottom line of selected component is not visible.
The text was updated successfully, but these errors were encountered: