Closed
Bug 406307
Opened 17 years ago
Closed 7 years ago
bug origresize+bug locationbarno + winhidechrome
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jeromeetienne, Unassigned)
Details
Attachments
(1 file)
2.99 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)
Build Identifier: prism0.8
sorry i failed to understand how to produce individual patches after trying for 2h. and i dont have more time for now. so here is a bundle of the modification i made:
1. bug origresize
- when the window is first open, it takes the dimension of the <window> tag
- this cause the window manager to possibily reposition the window on the
screen. eg if the width/height do not fit in the screen
- having those hardcoded width/heigh in <window> cause it to be impossible
to save a location on bottom left
2. bug locationbarno
- when .webapps, contain locationbar=no, 2 grays line remains on top of the
window. most likely the border of a widget
- fixed by hidding the whole toolbox
3. feature hidechrome
- i added "window_hidechrome" variable in .webapps
- it default to false
- if true, it hide the chrome on the <window>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
#1 has been fixed in bug 425128
#3 is close to landing, but we need a way to allow the window to be dragged and allow the command menu to be displayed
Comment 3•17 years ago
|
||
Is there a bug filed for #3? I don't know anything about this. What is the status?
Comment 4•13 years ago
|
||
If this is still an issue, it needs to be broken up and the patch updated - one change (and ideally one patch) per bug, and the patches updated. Also see comment 2 - most likely only the second item needs to be fixed.
As far as separating out patches, a best practice is to develop on feature branches within your own personal hg repository with one branch per bug - this way you can easily keep your patches up to date until they are applied. See http://mercurial.selenic.com/wiki/NamedBranches (A lot of people will simply name these branches by bug number ie bug-12345)
Updated•12 years ago
|
Flags: needinfo?
Flags: blocking1.0+
Comment 6•7 years ago
|
||
Prism isn't maintained anymore. Mass closing of the bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•