Closed
Bug 122070
Opened 23 years ago
Closed 22 years ago
[FIX][Mach] Can not close page info dialog
Categories
(SeaMonkey :: Page Info, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2beta
People
(Reporter: mozillaBugzilla, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 2 obsolete files)
1.59 KB,
patch
|
netscape
:
review+
bryner
:
superreview+
blizzard
:
approval+
|
Details | Diff | Splinter Review |
There is no way to close the Page Info dialog on the Macho-o build of Mozilla.
The red close button (tht thing on the top left) is greted out (only minimize
and maximize) and there is no ok button or any other buton to click.
Source was up to date as of 01/27/2002 01:08.
.mozconfig:
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --with-glib-prefix=/sw
ac_add_options --with-libIDL-prefix=/sw
ac_add_options --disable-mailnews
ac_add_options --enable-plaintext-editor-only
mk_add_options MOZ_CVS_FLAGS="-q -z9 -d :pserver:anonymous@cvs-mirror.mozilla.or
g:/cvsroot"
Reporter | ||
Comment 1•23 years ago
|
||
(that checkout time was http://bonsai.mozilla.org time)
Comment 3•23 years ago
|
||
First, what's mach-o? Second what window manager greys out the close button?
That's usually not optional.
Reporter | ||
Comment 4•23 years ago
|
||
Mach-o is one of the ways to build Mozilla on Mac OSX, using the unix build
system (gmake, and co) but using some Mac specific stuff. In the end you end up
with a native Mac application, so It's Mac OSX's native window manager.
Note. this works fine on the CFM build 2002012503
(For more information on mach-o, you can look at
http://www.mozilla.org/ports/fizzilla/ but I'm nto sure how helpful that would be.
The greying out of the close button is specific to some dialogs
ccing Zach.
Comment 5•23 years ago
|
||
I thought it was a mac thing. I'll need a mac person to take a look at it.
Blocks: 82059
Updated•23 years ago
|
Summary: [Mach-o] Can not close page info dialog → [Mach] Can not close page info dialog
Comment 7•23 years ago
|
||
qa for mach-o bugs belongs to me at this time because most qa contacts
do not have access to mach-o builds.
QA Contact: sairuh → zach
Assignee | ||
Comment 9•23 years ago
|
||
So... we should consider adding "close" to the option list we pass to openDialog
when opening pageinfo
Comment 10•23 years ago
|
||
Confirming. I just saw this in a CVS build built on Mar 11.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 11•23 years ago
|
||
any traction here? Can someone with a mach-o tree try what I suggest in comment
9? No build environment required, even; it's a JS-only change....
Keywords: mozilla1.1,
nsbeta1
Assignee | ||
Comment 12•22 years ago
|
||
*** Bug 172463 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•22 years ago
|
||
Comment 14•22 years ago
|
||
Comment on attachment 103926 [details] [diff] [review]
the patch.... someone needs to test this
r=cls pending ongoing discussion of possible deeper widget issue.
Attachment #103926 -
Flags: review+
Assignee | ||
Comment 15•22 years ago
|
||
Assignee | ||
Comment 16•22 years ago
|
||
Attachment #103942 -
Attachment is obsolete: true
Assignee | ||
Comment 17•22 years ago
|
||
cls says that fixes the bug. Taking, with your permission, Daniel.
reviews? pinkerton? bryner? As bryner suspected, uninitialized vars were
the problem.
Assignee: db48x → bzbarsky
Priority: -- → P1
Summary: [Mach] Can not close page info dialog → [FIX][Mach] Can not close page info dialog
Target Milestone: --- → mozilla1.2beta
Assignee | ||
Comment 18•22 years ago
|
||
Comment on attachment 103926 [details] [diff] [review]
the patch.... someone needs to test this
this patch is bogus.
Attachment #103926 -
Attachment is obsolete: true
Comment 19•22 years ago
|
||
Comment on attachment 103944 [details] [diff] [review]
More like this, actually
sr=bryner. good catch.
Attachment #103944 -
Flags: superreview+
Comment 20•22 years ago
|
||
Comment on attachment 103944 [details] [diff] [review]
More like this, actually
r=cls
Attachment #103944 -
Flags: review+
Comment 21•22 years ago
|
||
looks good. r=pink
Comment 22•22 years ago
|
||
Comment on attachment 103944 [details] [diff] [review]
More like this, actually
a=blizzard on behalf of drivers for 1.2final.
Attachment #103944 -
Flags: approval+
Assignee | ||
Comment 23•22 years ago
|
||
fixed on trunk.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•