Closed
Bug 60478
Opened 25 years ago
Closed 9 years ago
layer-based popup menu failure
Categories
(Webtools Graveyard :: Bonsai, defect, P3)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kennedyh, Assigned: tara)
References
()
Details
(Keywords: dogfood)
Attachments
(1 file)
1.28 KB,
text/html
|
Details |
visiting the above (or any) bonsai URL with NN4 and clicking
on a filename "pops up" a menu allowing you to select blame, diffs, or log
info for that file.
its actually just making the "popup" layer visible with the link URL.
this dosen't work in NN6 or mozilla (as well it shouldn't)
i haven't looked into it enough to see if we can do this with CSS/HTML4/something
we *do* support.
but it would be nice if our tools didn't do things that we can use :-)
Reporter | ||
Comment 1•25 years ago
|
||
something more along the lines of
http://www.shadowland.org/xbl/test3/test.html
..which is mozilla-specific, but better than NN4-specific, no?
Comment 3•24 years ago
|
||
It sucks that you have to downgrade your browser to use this feature :(
Maybe an absolutely positioned <div> with an <object> element as a child to
insert what would be shown in the layer would work.
Comment 4•24 years ago
|
||
Here is a simple test case that pops up an absolutely positioned <div> when the
cursor is clicked on one of the links. It then adds an <object> element as a
child to embed content from another page (at the moment, it is pointing at the
GNOME bonsai). Unfortunately, clicking on the link causes the content to load
within the <object> frame.
Is there a beter way to insert external content like this?
Comment 5•24 years ago
|
||
I get essentially the same behaviour by inserting an iframe rather than an
object element.
I have no idea how to get the frame to shrink to fit the content (or get rid of
the padding around the element). Hopefully this will help someone more talented
in DHTML to fix the problem :)
Comment 6•24 years ago
|
||
If the bonsai output was changed around so that the contents of the popups were
included in the document, rather than being loaded as separate docs, the
solution to bug 80388 may be possible. I don't know if this is desirable (it
would probably lead to duplicating the information, as old browsers would still
load the menus as separate pages.
Comment 7•23 years ago
|
||
I just commited a set of fixes for the popups to GNOME Bonsai
(http://cvs.gnome.org/bonsai/). They use absolutely positioned iframes for
Mozilla while still using layers for NN4.
Once they are tested a little more, I'll attach our patch.
Assignee | ||
Comment 8•23 years ago
|
||
Any patch forthcoming from the gnome folks?
*** Bug 230011 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
QA Contact: timeless → bonsai
Updated•19 years ago
|
Keywords: dogfood
Summary: dogfood: layer-based popup menu failure → layer-based popup menu failure
Comment 10•9 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•