Closed
Bug 297764
Opened 20 years ago
Closed 2 years ago
"titlebar=no" argument does not work for openDialog() method
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: surkov, Unassigned)
Details
(Whiteboard: tpi:-)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050415 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050415 openDialog(url, name, 'chrome,titlebar=no') opens dialog with titlebar under Linux Fedora3. It is works properly under Windows2000. I run my application with "-chrome" command line argument (note a bug 282559). Reproducible: Always
Comment 1•20 years ago
|
||
Do you use the FC version of Mozilla or the mozilla.org version? Also it might be worth trying to download the latest nightly to test if it works there.
| Reporter | ||
Comment 2•20 years ago
|
||
I use moizlla.org version. Unfortunately I cannot download the latest nightly build. Can I help you by attaching testcase?
Comment 3•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 4•19 years ago
|
||
confirm Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050909 SeaMonkey/1.1a
Comment 5•19 years ago
|
||
Reassigning to the de facto owner of GTK2 to see if this is something he wants to support. Note: 'chrome,popup=yes,titlebar=no' does work although it creates an unfocusable topmost window which may not be appropriate in all cases.
Assignee: jag → roc
Component: XP Toolkit/Widgets → Widget: Gtk
QA Contact: jrgmorrison → gtk
Summary: "titlebar=no" argument is not work for openDialog() method → "titlebar=no" argument does not work for openDialog() method
Comment 6•19 years ago
|
||
window.openDialog("chrome://path/dialog.xul","dlg",
"chrome,dialog,dependent,popup,titlebar=no");
titlebar=no is an important feature, cause it's the only solution to get a popup-similar inputfield which can handle popups inside. It's still not possible, to have an editfield like textbox inside a popup, cause the textbox itself has a popup included. The dialog in chrome with titlebar=no is the only solution to solve this problem ! We need it urgently for editable treecells, which must have textbox type="autocomplete" and more features to edit the treecellcontents. We can't popup a window with a titlebar under a treecell.
It took hours to find out, that the functions window.openDialog and window.open does not support the options titlebar=no and close=no.
http://developer.mozilla.org/en/docs/window.open
Please support titlebar=no for window.openDialog
Thanks
alsoAssignee: roc → nobody
Updated•8 years ago
|
Whiteboard: tpi:?
Updated•8 years ago
|
Whiteboard: tpi:? → tpi:-
Updated•5 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•