Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:Desktop
Description
When opening the Date or Time component with Use Native disabled, the page becomes modal except of a rectangular area, as below; this white area disappears once the window is re-sized.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #43114 | Mon Oct 27 16:02:06 MDT 2014 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.datespinner/datespinner.js
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.timespinner/timespinner.js
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.datespinner/datespinner.css
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #43117 | Mon Oct 27 18:18:51 MDT 2014 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.datespinner/datespinner.js
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.timespinner/timespinner.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

r43114: committed fix for modal overlay issue, setting the exact width and height.
The rectangles can still be seen for a fraction of a second when displaying the spinners, but this only happens on Chrome desktop when using the view manager. It doesn't happen on any other browser or mobile devices, and it doesn't happen on Chrome desktop when the component is outside the view manager. No matter what technique I tried, the rectangles were still visible for a short instant. It has to do with how the opacity gets applied to the overlay on Chrome desktop, and there's nothing that can be done at the moment (without making big, risky changes to the component).