Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
1.2
Description
Rendering Tables under different Table Styles generates unneeded css text
This typically happens using a Page with more than one Table control.
When it works, it issues a single terminated <style type="text/css"> tag.
All that is changed is the style of the 1st Table; second Table's Style is 'simple'; results are:
1. simple: works
2. nocol: works
3. report: works
4. isi: works
5. mars: unneeded css text
6. its: unneeded css text
7. complex: unneeded css text