Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.2-EE-Beta, 1.8.2-EE-GA, 1.8.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:every browser
-
Affects:Sample App./Tutorial
Description
If I put displayOnClick="true" and I click on it it works as it should.
But the second time I move over the menu, it is displayed without a click. I guess it should not be displayed with mouseover.
But the second time I move over the menu, it is displayed without a click. I guess it should not be displayed with mouseover.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Fix Version/s | 1.8.2 [ 10190 ] | |
Fix Version/s | 1.8.2-RC1 [ 10210 ] | |
Affects Version/s | 1.8.2 [ 10190 ] | |
Affects Version/s | 1.8 [ 10161 ] |
Attachment | MenuTest.war [ 12019 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19514 | Tue Oct 27 14:16:55 MDT 2009 | adnan.durrani | Fix for Changes made so all menu's click state will be turned off, on any click event when displayOnClick="true". |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8.2-EE-Beta [ 10215 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19599 | Wed Nov 04 10:36:27 MST 2009 | adnan.durrani | Regression of |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | [Sample App./Tutorial] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8.2-EE-GA [ 10216 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21735 | Sun Jun 13 19:28:48 MDT 2010 | adnan.durrani | Fix for |
Files Changed | ||||
![]() |
Sandro Lehmann added a comment - 05/Oct/09 02:26 AM
I think it does not work yet.
In the war file are three menubars.
1. Click on the first menu -> the menu is opened
2. Click somewhere else within the screen -> the menu is closed
3. Move over the first menu -> the menu is opened without a click
4. Click somewhere else within the screen -> the menu is closed
5. Move over the first menu -> the menu is not opened
Patrick Dobler added a comment - 05/Oct/09 04:41 AM
Behaviour verified
The attached project with the given tutorial surely has a weird behaviour:
[Update]
#The following step is wrong:
4. Click somewhere else within the screen -> the menu is closed
In order to close the menu you need to click the entry thus it is not gonna reopen again on mouseover
#The last MenuBar is not affected for some reason
#Everything works fine if you're using just one MenuBar component (in the example they are using 3 diff. MenuBar)