Closed
Bug 489518
Opened 16 years ago
Closed 16 years ago
Buttons in initial pop-up window are not visible in firefox in ce6.
Categories
(Core :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: anand.agrawal4u, Assigned: vlad)
References
Details
(Whiteboard: [nv])
Attachments
(2 files, 1 obsolete file)
56.63 KB,
image/jpeg
|
Details | |
964 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Zune 3.0)
Build Identifier: firefox-ce6-0415-1
After starting firefox.exe,YES/NO buttons in pop-up that asks for "making firefox as your default browser" are not visible.
screenshot here.
http://s619.photobucket.com/albums/tt271/nvtestacc/?action=view¤t=firefox_pop.jpg
Reproducible: Always
Steps to Reproduce:
1.Run firefox.exe from "firefox-ce6-0415-1" version.
2.An mssg appears on device asking "do you want to make firefox as your default browser"
3.Tabs for "Yes/No" in pop-up are not visible
Updated•16 years ago
|
Component: Phishing Protection → General
Product: Firefox → Fennec
QA Contact: phishing.protection → general
Version: unspecified → Trunk
Assignee | ||
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Product: Fennec → Core
QA Contact: general → general
Assignee | ||
Comment 1•16 years ago
|
||
This should fix it. On CE, apparently the window size for popups with SYSMENU includes the title bar, not leaving that space available for applications to draw on. Under desktop Win32, it's not counted.
Also, I'd always wondered why we had the GetHeight() function there. Now I know.
Assignee: nobody → vladimir
Attachment #376581 -
Flags: review?(doug.turner)
Comment 2•16 years ago
|
||
Comment on attachment 376581 [details] [diff] [review]
add title bar height as necessary
Do we really need to cache mExtraHeight?
Assignee | ||
Comment 5•16 years ago
|
||
Good point; computing the window style is cheap, and this isn't performance critical.
Attachment #376581 -
Attachment is obsolete: true
Attachment #378626 -
Flags: review?(doug.turner)
Attachment #376581 -
Flags: review?(doug.turner)
Updated•16 years ago
|
Attachment #378626 -
Flags: review?(doug.turner) → review+
Assignee | ||
Updated•16 years ago
|
Whiteboard: [nv]
Assignee | ||
Comment 6•16 years ago
|
||
This was checked in.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
Verified fix on Mozilla/5.0 (Windows; U; WindowsCE 6.0; en-US; rv:1.9.2a2pre) Gecko/20090810 Minefield/3.6a2pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•