Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P03, 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces 4 trunk r47059. Tomcat 8, all browsers. Can be reproduced with the showcase public demo.
-
Assignee Priority:P2
Description
There is an issue with clicking the autoCompleteEntry inField label. This issue can be seen on the icefaces public demo. When the label is inField you can not click on the text and have the autoCompleteEntry cursor appear. You must click before the start of the text in the inField label or after the text. This is not an issue with other input comps that use an inField label.
To demonstrate:
1.) Go to the ICEfaces public showcase demo > AutoCompleteEntry > Label Position.
2.) Change the label position to "In Field".
3.) Click on the word "the" . The cursor will not appear.
4.) Click in the empty space to the right of the colon after the word "World" OR click just to the left of the word "Cities" . Cursor will now appear and input can be entered.
To demonstrate:
1.) Go to the ICEfaces public showcase demo > AutoCompleteEntry > Label Position.
2.) Change the label position to "In Field".
3.) Click on the word "the" . The cursor will not appear.
4.) Click in the empty space to the right of the colon after the word "World" OR click just to the left of the word "Cities" . Cursor will now appear and input can be entered.
The description of the issue has been modified. Clicking on the inField label text does not allow the cursor to display.