Bug 1271756 - Asset tabs links not fully visible
Summary: Asset tabs links not fully visible
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ER5
: 6.2.0
Assignee: Cristiano Nicolai
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-14 15:22 UTC by Zuzana Krejčová
Modified: 2020-03-27 19:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:44:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (40.06 KB, image/png)
2015-10-14 15:22 UTC, Zuzana Krejčová
no flags Details

Description Zuzana Krejčová 2015-10-14 15:22:57 UTC
Created attachment 1082879 [details]
screenshot

Description of problem:
See screenshot.

The element structure goes like this:
<ul class="nav nav-tabs">
  <li class="active">
    <a href="javascript:;" ...>
      <i></i> Editor 
    </a>
  </li>
  <li>
    <a href="javascript:;" ...>
      <i></i> Overview 
    </a>
  </li>
  <li>
    <a href="javascript:;" ...>
      <i></i> Source 
    </a>
  </li>
</ul>

Now, only the <a> elements are completely visible, the surplus space of the enclosing <li> element is stuck below bottom of the page / Messages panel.
It is obvious that a bit of the panel is missing.


Version-Release number of selected component (if applicable):
6.2 ER4


Note You need to log in before you can comment on or make changes to this bug.