Closed Bug 331363 Opened 19 years ago Closed 19 years ago

Need focusable chromeless titlebarless windows on Mac

Categories

(Core Graveyard :: Widget: Mac, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mark, Assigned: mark)

Details

(Keywords: fixed1.8.1)

Attachments

(1 file)

Annie sez:
window.open("foo.xul", "foo", "chrome,titlebar=no,popup=yes")
works on Windows, and works on the Mac too, but the window is not focusable.

This:
window.open("foo.xul", "foo", "chrome,titlebar=no")
gives a chromeless window with a titlebar that has disabled buttons.

Places wants focusable popup-esque windows for their UI.
Assignee: joshmoz → mark
Attachment #216412 - Flags: review?(joshmoz)
This already works in Cocoa widgets, although the windows produced there don't have drop shadows.
Annie, for Cocoa, you can use popup=yes, but since that results in a popup, it's always displayed above non-popup windows.

What behavior do you want here?
(In reply to comment #3)
> Annie, for Cocoa, you can use popup=yes, but since that results in a popup,
> it's always displayed above non-popup windows.
> 
> What behavior do you want here?

Ideally, I'd like a dependent window.  On windows, window.open("file.xul", "title", "chrome,dependent,titlebar=no") does exactly what I want.
Attachment #216412 - Flags: review?(joshmoz) → review+
Attachment #216412 - Flags: approval-branch-1.8.1+
Checked in on trunk and 1.8 branch.
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: