I am trying to add a new section to a screen design and I am having problems in FireFox and IE.
I am able to add a new section to a custom screen design, in this case I am adding a new section to the Customer List Screen.
The new section is inserted at the bottom of the sections, in the case of the Custom List screen as copied from Full Method it would be the 7th section.
But, I am unable to move the section up in the list of sections. For example I would like the new section, "ShipInfo" to appear just under the "Address Info" section, presumably this should make the "ShipInfo" tab, the second tab on when presented on the screen.
I can get the section to move up, but as soon as the screen refreshes, which occurs automaticaly and cannot be avoided, the section snaps back to the bottom. I think if I could get to the publish button prior to the screen refresh, the change might stick as I assume there is a form posting bug, grabbing an old or cached value on refresh before the design change is published.
I've tried this in both Firefox and IE with the same result, dozens of times.
There are few locations where the pixel width of header lables are not the same as the grid contents in the screen design window, if the widths of the grid and contents aren't correct it could cause float issues in the code generated html/css. There used to be bugs in the browsers that would jog contents 1 px, but with modern browsers you should be okay if you are at least pixel perfect, if not at least 1 px short of the container width.
Cheers,
James