Closed
Bug 274217
Opened 20 years ago
Closed 19 years ago
foreignObject object java not following DOM layering
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
INVALID
People
(Reporter: jay, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041125 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041125 java embedded in SVG using foreignObject and object doesn't follow the DOM order and always appears on top. SVG wont display on top of java, does appear on top of other foreign objects Reproducible: Always Steps to Reproduce: 1.open the file 2. 3. Actual Results: the foreignObject java banner "hello world" is on top. the foreignObject html is on the bottom, and correctly under the svg rect Expected Results: the foreignObject java banner "hello world" should be on the bottom sorry not to provide an attachment, not sure it's possible in this instance and couldn't figure how to produce it. :-(
Comment 1•20 years ago
|
||
Is the applet in question running in windowless mode? Otherwise, it's painting itself, outside of the Mozilla rendering pipeline, and we can't affect where it appears.
Comment 2•19 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/
| Reporter | ||
Comment 3•19 years ago
|
||
I can't help that no one is working on this bug
Comment 4•19 years ago
|
||
We can't help the fact that you never answered the question I asked in comment 1. Marking invalid; please reopen when you do answer that question.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 5•19 years ago
|
||
I will discontinue bug reporting if I continue to get this type of rude response. I'm also busy too.
Comment 6•19 years ago
|
||
I see nothing rude about requesting more information from you about a java applet you presumably wrote (since you have the source, and I don't).
| Reporter | ||
Comment 7•18 years ago
|
||
see: https://bugzilla.mozilla.org/show_bug.cgi?id=334920
You need to log in
before you can comment on or make changes to this bug.
Description
•