Closed Bug 8078 Opened 25 years ago Closed 25 years ago

Thread pane problem on pane resize

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: hyp-x, Assigned: danm.moz)

References

Details

(Whiteboard: [PR1])

Reproduction:
 Open mail window.
 Open a folder with messages.
 Grab the bar between the folder pane and the thread pane. Actually do
   - Press the mouse button over the bar
   - Move the mouse a bit. (Don't forget to try it grabbing to the right)
   - Keep the mouse button pressed - and watch with horror :)

Expected result:
 The thread pane should get resized according the grab, and then stay put until
 you move the mouse again.

Actual result:
 The thread pane get resized in the opposite direction (!), and doesn't stop,
 but keeps moving. If you grabbed to the right it keeps shrinking until it
 reaches zero width, then the window is filled with "junk".

Build:
 I'm using 1999061208 on Win98.
Assignee: phil → putterman
Reassign to putterman
I'm not sure which is the right group to reassign this to.  I'm starting off
with XPToolkit, but am also cc'ing rickg for Layout.  Adding hangas because the
address book has this problem as well.

In our main Messenger xul file we have

    <html:iframe src="chrome://messenger/content/3panemail.html"
name="browser.3panemail" flex="100%" id="messengerContent"/>

and then in 3panemail.html we have:

<FRAMESET COLS="30%,70%">

<FRAME NAME=folder SRC="chrome://messenger/content/folderPane.xul">
	<FRAMESET ROWS="50%,50%">

	<FRAME NAME=thread SRC="chrome://messenger/content/threadPane.xul">
	<FRAME NAME=messagepane
SRC="chrome://messenger/content/messagePane.xul">

	</FRAMESET>

</FRAMESET>

Anyway, it looks like the window is being resized to nothing when you do this
with a slight drag to the right and that it's being expanded forever with a
slight drag to the left.  Resizing the main window makes it look correct.  At a
first glance this doesn't seem to be happening on Linux.
Hardware: PC → All
I did some further checking.  This happens on all platforms. On Linux holding
down the button doesn't do this, but just resizing the frame a little bit causes
this problem.
Assignee: trudelle → danm
reassigning to danm
OS: Windows 98 → All
QA Contact: lchiang → nbaca
*** Bug 8234 has been marked as a duplicate of this bug. ***
Mass migration of minor danm bugs from M7 -> M8
I will be verifying 8234 as a duplicate of this one, please check scenario in
8234 too, when this is fixed.
Blocks: 8252
Target Milestone: M8 → M9
*** Bug 9348 has been marked as a duplicate of this bug. ***
Target Milestone: M9 → M11
Whiteboard: [PR1]
Sounds like this needs to be fixed by PR1, so I added a note in the Status
Whiteboard
Blocks: 11091
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Can't reproduce with today's build. Likely this went away with one of the major rewrites
of things like the splitter that have gone by recently.
Status: RESOLVED → VERIFIED
Build 1999092309M11: Win32/NT4, Linux/Redhat 6.0, Mac 8.5.1
Verified Fixed. Although there are problems with resizing the splitter between
the folder pane and the right pane which will be logged in a separate bug.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.