Good afternoon.
I just installed the Alpha Anywhere 3670.4684 (June 13 2016) patch (updated from 2999.4519 July 28, 2015) on both my development machine and my development server.
I have a single UX component with several active panel cards that uses list controls and JavaScript for all of the functionality. The application has been functioning perfectly for several months using the 2999.4519 build from July of 2015.
Since the update to 3670.4684, all of my list controls are experiencing some strange spacing either in the headings or in the columns. My component uses a local copy of the IOS7 CSS files which I have replaced with the new files from the 3670.4684 update. I have recalculated all of the controls in the component and published it to Live Preview etc.
Heading Issues
The headings example involves a list that I have on a debugging/maintenance panel showing employee information used by the application. The list is 1125px wide. Inspection with the Chrome debugger in working preview shows that the list has been "published" to the working preview server with a container width for the column titles of 2649px, more than double the actual width of the list. This causes the entire row of titles to be skewed to the right, starting at approximately the center of the visible list. In the first screen shot, you can see how the offending element extends well beyond the right edge of the panel card
List Titles Skewed 01.gifList Titles Skewed 02.gif
The same behavior occurs when I use live preview and when I publish the component to my development server and open it with the Chrome browser. A "preview" of the list using the List Control Builder shows the titles centered over the columns as they should be. Since this behavior seems to be computed on the way to the server, there is nothing I can find to turn on or off or modify.
Column Spacing Issues
In the column spacing example below, the titles are manually set using HTML code in the "Fixed header HTML" property. The sub-total lines are manually calculated in the "Group breaks definition" property. Both of these are spaced as they should be and as they were under the 2999.4519 build.
However, the actual positions of the data in the detail rows are all skewed to the right by several px.
Column Positions Skewed 01.gif
No amount of tweaking of the iOS7 List CSS definitions will move the columns back into line with the titles as they were before.
As the component is not that complex, I was expecting a straight forward transition from one V12 build to the most recent one.
Any suggestions would be appreciated.
Thanks in advance,
Peter
I just installed the Alpha Anywhere 3670.4684 (June 13 2016) patch (updated from 2999.4519 July 28, 2015) on both my development machine and my development server.
I have a single UX component with several active panel cards that uses list controls and JavaScript for all of the functionality. The application has been functioning perfectly for several months using the 2999.4519 build from July of 2015.
Since the update to 3670.4684, all of my list controls are experiencing some strange spacing either in the headings or in the columns. My component uses a local copy of the IOS7 CSS files which I have replaced with the new files from the 3670.4684 update. I have recalculated all of the controls in the component and published it to Live Preview etc.
Heading Issues
The headings example involves a list that I have on a debugging/maintenance panel showing employee information used by the application. The list is 1125px wide. Inspection with the Chrome debugger in working preview shows that the list has been "published" to the working preview server with a container width for the column titles of 2649px, more than double the actual width of the list. This causes the entire row of titles to be skewed to the right, starting at approximately the center of the visible list. In the first screen shot, you can see how the offending element extends well beyond the right edge of the panel card
List Titles Skewed 01.gifList Titles Skewed 02.gif
The same behavior occurs when I use live preview and when I publish the component to my development server and open it with the Chrome browser. A "preview" of the list using the List Control Builder shows the titles centered over the columns as they should be. Since this behavior seems to be computed on the way to the server, there is nothing I can find to turn on or off or modify.
Column Spacing Issues
In the column spacing example below, the titles are manually set using HTML code in the "Fixed header HTML" property. The sub-total lines are manually calculated in the "Group breaks definition" property. Both of these are spaced as they should be and as they were under the 2999.4519 build.
However, the actual positions of the data in the detail rows are all skewed to the right by several px.
Column Positions Skewed 01.gif
No amount of tweaking of the iOS7 List CSS definitions will move the columns back into line with the titles as they were before.
As the component is not that complex, I was expecting a straight forward transition from one V12 build to the most recent one.
Any suggestions would be appreciated.
Thanks in advance,
Peter
Comment