Closed
Bug 328585
Opened 19 years ago
Closed 19 years ago
Handle the size of the modeless and modal <message>s in a better way
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: fixed1.8.0.4, fixed1.8.1)
Attachments
(1 file)
7.06 KB,
patch
|
allan
:
review+
doronr
:
review+
|
Details | Diff | Splinter Review |
Although I'll XBLize some part of the <message> at some point, the
handling of the modal and modeless messages will probably stay in C++.
Atm the size of the message windows is not always right.
A patch, which fixes the problems on my Linux machines, is coming.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #213186 -
Flags: review?(allan)
Assignee | ||
Updated•19 years ago
|
Attachment #213186 -
Flags: review?(doronr)
Updated•19 years ago
|
Attachment #213186 -
Flags: review?(doronr) → review+
Comment 2•19 years ago
|
||
Comment on attachment 213186 [details] [diff] [review]
proposed patch
(In reply to comment #1)
> Created an attachment (id=213186) [edit]
> proposed patch
Looks good to me, but I would like to see confirmation of the fix on Windows and Mac before checkin.
Attachment #213186 -
Flags: review?(allan) → review+
Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2)
> (From update of attachment 213186 [details] [diff] [review] [edit])
> (In reply to comment #1)
> > Created an attachment (id=213186) [edit]
> > proposed patch
>
> Looks good to me, but I would like to see confirmation of the fix on Windows
> and Mac before checkin.
>
I have only Linux machines.
Aaron, could you test on Windows?
Assignee | ||
Comment 4•19 years ago
|
||
Doron tested this on Windows and noticed that if scripts aren't allowed
resize windows, this doesn't work properly :( Have to think some better way ...
Comment 5•19 years ago
|
||
(In reply to comment #4)
> Doron tested this on Windows and noticed that if scripts aren't allowed
> resize windows, this doesn't work properly :( Have to think some better way ...
>
I think the patch is good enough for now, the default setting is to allow resizing of windows.
Comment 6•19 years ago
|
||
This just needs to be checked in right?
Comment 7•19 years ago
|
||
(In reply to comment #6)
> This just needs to be checked in right?
I take the silence as "no objections" :)
Checked into trunk. I'll post a followup-bug for the case when resize is not allowed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: xf-to-branch
Updated•19 years ago
|
Keywords: fixed1.8.0.3,
fixed1.8.1
Updated•19 years ago
|
Whiteboard: xf-to-branch
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•