Bug 1014292 - Cancelling the confirmation dialog causes that buttons become inactive.
Summary: Cancelling the confirmation dialog causes that buttons become inactive.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: UI
Version: JON 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ER04
: JON 3.2.0
Assignee: Mike Thompson
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 16:27 UTC by jvlasak
Modified: 2014-01-02 20:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
Result of canceling the confirmation dialog. (84.86 KB, image/png)
2013-10-01 16:27 UTC, jvlasak
no flags Details

Description jvlasak 2013-10-01 16:27:38 UTC
Created attachment 806084 [details]
Result of canceling the confirmation dialog.

Description of problem:
Cancelling the confirmation dialog causes that buttons become inactive on any web page. To make the buttons active the page must be reloaded or it must be clicked on other table item you are working with.


Version-Release number of selected component (if applicable):
Version: 3.2.0.ER2
Build Number: 9bf6f76:371eac0

How reproducible:
always

Steps to Reproduce:
1. Display any confirmation dialog eg. click on Inventory, then click on Servers under Resources and select row with JVM.
2. Click on Uninventory button.
3. Cancel the displayd confirmation dialog.

Actual results:
All buttons on the page become inactive.

Expected results:
Buttons on the page are active.


Additional info:

Comment 1 Mike Thompson 2013-10-01 21:43:12 UTC
The buttons now refresh properly when cancelling a confirmation box for a grid.

There is actually a third state being returned for a BooleanCallback(confirm). When the close [x] is hit the confirm actually returns null and that case was not being handled. This is actually a global error for any grids using Table.java which should be almost everything.


Committed to master with commit id: 3a81b7b

Comment 2 Jeeva Kandasamy 2013-10-16 12:07:59 UTC
Version:
JBoss Operations Network
Version: 3.2.0.ER3
Build Number: c0742ed:cbad264
GWT Version: 2.5.0
SmartGWT Version: 3.0

Browser: Firefox ESR 17.0.7

When I press "No" or [X] icon, buttons are active.


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