You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove max-width style so that it'll fit the window width. <div class="oj-flex oj-flex-items-pad oj-panel" style="max-width:800px;">
change to <div class="oj-flex oj-flex-items-pad oj-panel">
Change the long label name from "Very very long label" to "Very very very very long label"
Add the following style to the html. It helps observe the truncation change more easily. (Optional)
Tab item text is truncated suddenly although there are some room left within the tab bar. It's expected to provide a way to truncated smoothly.
It happens to both OJET 4.x or 5.
Steps to reproduce:
Open the demo page which supports editing example directly.
http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=tabbar&demo=tboverflow
Remove max-width style so that it'll fit the window width.
<div class="oj-flex oj-flex-items-pad oj-panel" style="max-width:800px;">
change to
<div class="oj-flex oj-flex-items-pad oj-panel">
Change the long label name from "Very very long label" to "Very very very very long label"
Add the following style to the html. It helps observe the truncation change more easily. (Optional)
Video link attached for the reproducing. https://youtu.be/2Mnu8JfzjJE
As a result, "Very very very very long label" is truncated as "Very ver..." suddenly. Can we have a way to truncated smoothly? Thanks
The text was updated successfully, but these errors were encountered: