Closed
Bug 207976
Opened 23 years ago
Closed 7 years ago
Display order messed up when viewing a jsp page with more than 2 tables
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: bbthao, Unassigned, NeedInfo)
Details
(Keywords: regression)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; H010818)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
I have a jsp page that I want to display as the following order:
- form 1
- form 2
- charts
- table 1
- table 2
- table 3
When using Mozilla 1.3.1, the display order was messed up such as:
- form 1
- table 3
- table 2
- form 2
- charts
- table 1
My page is a jsp page that includes servlets to display charts and the 3 tables.
My servlets will go to db to get data then display results in html (using java
servlet) and this is also the display in the browser.
Refreshing the page doesn't solve the problem.
Thank you for your help!
Reproducible: Always
Steps to Reproduce:
1.Create a jsp page that includes an HTML form, a servlet to display 2 charts,
3 servlets which connects to a db to get data then display data in a table.
2.use Mozilla to view the page
Actual Results:
The order of layout was messed up such as table 3 before table 1. (as I
described in the Details section.
Expected Results:
Display the items in the page in the order that I include my servlets.
Example:- form 1
- form 2
- charts
- table 1
- table 2
- table 3
I entered Mozilla 1.1 in the agent builder part (or something like that) but
actually it is 1.3.1. I uninstalled 1.1 and installed 1.3.1 to test my page and
it creates the same problem.
The info should be:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425
In addition, I don't have this problem on IE and Netscape 6.2
Thanks
This does not seem to be security sensitive, removing flag.
Reporter, please test with Mozilla 1.4RC1.
Group: security
Keywords: regression
I tried Mozilla 1.4RC1 as suggested but the problem still exists.
Thanks
I haven't got any more information about my bug, wonder if it's not solvable.
I installed Mozilla 1.5 and installed JRE 1.4.2 but nothing resolves my problem.
My tables are displayed twice sometimes too.
I wish I could use Mozilla instead of IE, but b/c of this problem, I have to
stick with IE, which doesn't give me the problem.
If there is anything I can try, please let me know.
Thanks
Flags: blocking1.4.2?
Comment 5•22 years ago
|
||
Thao, is there a url that you could point to or a web page you could attach to
this bug that shows the problem?
Updated•22 years ago
|
Flags: blocking1.4.2? → blocking1.4.2-
Comment 6•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Updated•16 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
Comment 7•9 years ago
|
||
Thao, is this still an issue. I cannot reproduce accurately, Please provide current Firefox version and send a link (url) that can be used to demonstrate the problem.
Flags: needinfo?(bbthao)
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•