Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces3 trunk revision# 33310
Fails with Mojarra or Myfaces
-
Assignee Priority:P1
Description
The submitMonitor triggers busy state when submits are made outside of the assigned 'for' area. This only occurs when blockUI=@none and can be easily reproduced in the showcase demo...
1) Load showcase and navigate to ace:submitMonitor demo
2) Ensure 'region to listen to' is set to Demonstration Panel. And 'What to block' is set to Nothing.
3) Type a new value into one of the label fields and press tab (or alternatively click on the + to show the source code)
Notice the submitMonitor triggers busy state for a brief moment when it should only be monitoring submits from the Demonstration Panel.
1) Load showcase and navigate to ace:submitMonitor demo
2) Ensure 'region to listen to' is set to Demonstration Panel. And 'What to block' is set to Nothing.
3) Type a new value into one of the label fields and press tab (or alternatively click on the + to show the source code)
Notice the submitMonitor triggers busy state for a brief moment when it should only be monitoring submits from the Demonstration Panel.
Issue Links
- depends on
-
ICE-8965 onElementUpdate doesn't execute all listeners
- Closed
Activity
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mark Collette [ mark.collette ] | |
Affects Version/s | 3.2 [ 10338 ] | |
Affects Version/s | 3.3 [ 10370 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33476 | Fri Feb 15 15:40:19 MST 2013 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentArtifact.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33544 | Wed Feb 20 23:10:31 MST 2013 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/submitMonitor/submitMonitor.xhtml
|
Mark Collette
made changes -
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
submitMonitor.for property generated getter/setter EL evaluation wasn't working since it was using forVal.name() which is "forVal" as the name() method is the enum's name and not the annotation's name.
This means that all of the components with for properties were not working if tied to ValueExpressions, they would just return null, or possibly whatever their default value was.
This is the list, along with their unaliased names from the Meta classes:
contextMenu.forValue
draggable.forValue
droppable.forValue
message.forValue
messages.forValue
printer.forValue
resizable.forValue
submitMonitor.For
tableConfigPanel.forTarget
tabSetProxy.For
tooltip.forValue
QA reproduced the EL value being null with several of the components from the list, and confirmed the fix after the generator fix commit.
icefaces3 trunk
Subversion 33476