Bug 1006482 - Context button next to tab title does nothing
Summary: Context button next to tab title does nothing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ER4
: 6.0.0
Assignee: Alexandre Porcelli
QA Contact: Radovan Synek
URL:
Whiteboard:
: 1008726 (view as bug list)
Depends On:
Blocks: bpms6_ux, brms6_ux
TreeView+ depends on / blocked
 
Reported: 2013-09-10 17:04 UTC by Zuzana Krejčová
Modified: 2016-08-01 01:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:17:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Zuzana Krejčová 2013-09-10 17:04:48 UTC
Description of problem:
There is a clickable button (three short horizontal lines) next to each tab/panel title. It does nothing, just confuses users.

Comment 3 Alexandre Porcelli 2013-09-12 03:50:56 UTC
in order to disable context navigation on listbar you have to do the following in your application startup (usually in your app entry point).

org.uberfire.client.UberFirePreferences.setProperty( "org.uberfire.client.workbench.widgets.listbar.context.disable", true );

Changes pushed to Uberfire in master and 0.3.x branches

https://github.com/droolsjbpm/uberfire/commit/548b745e4
https://github.com/droolsjbpm/uberfire/commit/bb0b5b03e

Comment 5 Alexandre Porcelli 2013-09-17 00:04:53 UTC
*** Bug 1008726 has been marked as a duplicate of this bug. ***

Comment 6 Alexandre Porcelli 2013-09-27 02:52:16 UTC
Improvements on this issue pushed to UF master and 0.3.x branches:

https://github.com/droolsjbpm/uberfire/commit/73f2d5e33
https://github.com/droolsjbpm/uberfire/commit/8843e50e5

Comment 10 Radovan Synek 2013-10-16 06:38:39 UTC
Verified on BPMS-6.0.0.ER4


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