Closed
Bug 308805
Opened 19 years ago
Closed 19 years ago
ASP tag is being rendered wrongly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: antony.delaney, Unassigned)
References
Details
Attachments
(1 file)
|
35.37 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050915 Firefox/1.6a1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050915 Firefox/1.6a1 ASP:pannel tags are being rendered as a table tag instead of a DIV tag. This courses the page layout to break. Seam to be that .net does not recognise firefox. Correctly Reproducible: Always Actual Results: page layout breaks because its a table insted of a div Expected Results: probly layed out pagepage layout with dives not tables
| Reporter | ||
Comment 2•19 years ago
|
||
If your create a ASP panel using .net 1.1, when FF comes to render it where it should be a DIV was a table tag which will break your html. all i did was change the code so it was not a ASP: panel but a DIV then page then worked. I think it might be more of a problem with .net then FF but why it was converting the ASP: to a table instead of a DIV am not sure. we had 3 asp panels where html was passed to but only one showed at a time depending on what you selected. it is very hard to explain. (In reply to comment #0) > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050915 Firefox/1.6a1 > Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050915 Firefox/1.6a1 > > ASP:pannel tags are being rendered as a table tag instead of a DIV tag. This > courses the page layout to break. Seam to be that .net does not recognise > firefox. Correctly > > Reproducible: Always > > Actual Results: > page layout breaks because its a table insted of a div > > Expected Results: > probly layed out pagepage layout with dives not tables (In reply to comment #1) > can you give an example / testcase ? (In reply to comment #1) > can you give an example / testcase ?
Comment 4•19 years ago
|
||
Sounds like a .net issue. Please reopen if you have a minimized testcase or an url showing this issue.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 5•19 years ago
|
||
afraid cant give you a url its on our intranet. No surprises here but it works in IE :(
Comment 6•19 years ago
|
||
since it is MS, my guess would be that the generated code is probably invalid (on purpose or not). Can you attach the sourcecode of the misrendering page ?
| Reporter | ||
Comment 7•19 years ago
|
||
line 117 <table id="FAQPlaceholder_PresentationModeControlsContainer__ctl0_rpCategoryFAQBlock_OuterFAQ__ctl1_normalTR" cellpadding="0" cellspacing="0" border="0" width="100%"> should be a DIV not a table. cant give you the sourse more then my jobs worth.
Comment 8•19 years ago
|
||
You mean that the source code looks different in IE? This seems to be a .net issue, not a Firefox issue.
| Reporter | ||
Comment 9•19 years ago
|
||
yeah i kinda thought so two i just wanted to check. so i guess .net checks what browser you are useing.
You need to log in
before you can comment on or make changes to this bug.
Description
•