Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: EE 1.3.1.GA
-
Fix Version/s: None
-
Component/s: Faces
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #12960 - https://icesoft.my.salesforce.com/5007000000fCLIQ
Description
The positioning of the contents of the mobi:fieldsetRow has changed in the recent 1.3.1 release. It looks like a float:right CSS value was added to the last item in the fieldsetRow.
A workaround is to add the following CSS to override the rendered CSS:
.mobi-fieldset-row > * ~ *:last-child {
float: none !important;
}
A workaround is to add the following CSS to override the rendered CSS:
.mobi-fieldset-row > * ~ *:last-child {
float: none !important;
}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | fieldsetRow-1.3.0.jpg [ 17298 ] | |
Attachment | fieldsetRow-1.3.1.jpg [ 17299 ] |
Deryk Sinotte
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |