Closed
Bug 95730
Opened 24 years ago
Closed 24 years ago
White block displays/artifacts in the highlight area after Move/Drag mail to folder.
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: wkfx2003-bugzilla, Assigned: janv)
References
Details
(Keywords: polish, regression, Whiteboard: [folderpane])
Attachments
(7 files, 2 obsolete files)
|
53.50 KB,
image/gif
|
Details | |
|
87.50 KB,
image/png
|
Details | |
|
87.50 KB,
image/png
|
Details | |
|
21.14 KB,
patch
|
Details | Diff | Splinter Review | |
|
22.15 KB,
patch
|
Details | Diff | Splinter Review | |
|
122.41 KB,
image/jpeg
|
Details | |
|
1.83 KB,
patch
|
bryner
:
review+
hewitt
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+)
Gecko/20010815
BuildID: 2001081504
See the attachment. The folder name is covered up by white area
Reproducible: Always
Steps to Reproduce:
Drag email to another folder
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
The folder name did display completely, but just a little white block displays
in the highlight area after Move/Drag mail to folder.
Updating the summary & confirming the bug to NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Move/Drag mail to folder, the folder name not completely displayed → White block displays in the highlight area after Move/Drag mail to folder.
Whiteboard: [folderpane]
| Assignee | ||
Comment 3•24 years ago
|
||
There are some painting bugs in outliner dnd. Pinkerton knows more about it.
Comment 4•24 years ago
|
||
not sure if this is the same bug [i suspect it is], but after completing the
d'n'd [ie, after releasing the mouse button], the white block reverses into a
black block.
i think this is a regression --don't recall seeing this before the folder
outliner landed. unless it's been there all along and the folder pane is just a
good place to see it now. pink/blake, any ideas?
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
This screenshot displays what looks to be the same problem, although it's more
than just the 'white block' displaying after a drag & drop. Dragging a mail
message consistently leaves behind 'artifacts' on the mail folders passed over.
Comment 8•24 years ago
|
||
yeah, still seeing this. it's an eyesore, and makes drag'n'drop in mail rather
difficult to use (for me at least :-/).
tentatively nominating for moz0.9.5. who'd be the proper owner for this?
Keywords: mozilla0.9.5
Summary: White block displays in the highlight area after Move/Drag mail to folder. → White block displays/artifacts in the highlight area after Move/Drag mail to folder.
| Assignee | ||
Comment 9•24 years ago
|
||
see my 2001-08-19 07:12 comment above
Comment 11•24 years ago
|
||
Just a me too. Happens all the time on 0.9.{4,5,6} on linux also.
Please fix it as it's horrible. It looks like the mouse pointer icon
as it moves over the the area for the block highlight, corrupts it.
| Assignee | ||
Comment 13•24 years ago
|
||
This patch cleans outliner drag and drop a little bit.
Drop feedback is now skinable also.
| Assignee | ||
Comment 14•24 years ago
|
||
note, mailnews change is not intended to go in, it's just for testing
pink,hyatt can you r/sr ?
Status: NEW → ASSIGNED
| Assignee | ||
Comment 15•24 years ago
|
||
Attachment #60073 -
Attachment is obsolete: true
| Assignee | ||
Comment 16•24 years ago
|
||
Attachment #60074 -
Attachment is obsolete: true
Comment 17•24 years ago
|
||
recall that all drawing during a drag on mac must be synchronous. with your
change to use InvalidateRow for drawing, you just made it ansynchronous and thus
will break mac.
a quick fix might be to draw syncronously in InvalidateRow if a drag session is
present (you'll have to ask the drag service) on mac only.
this patch needs work.
Updated•24 years ago
|
Attachment #60086 -
Flags: needs-work+
| Assignee | ||
Comment 18•24 years ago
|
||
ah, I was not aware of mac issues. I can try to fix that but I can't test it
I don't have mac :(
| Assignee | ||
Comment 19•24 years ago
|
||
I tested synchronous drawing/painting on Linux, it just worked.
And yes it was slower, but this should be less slower because
widget->Update() should update only dirty rect.
Comment 20•24 years ago
|
||
reporter,
Do you still see this problem on recent builds? Can you comment in the bug.
Comment 21•24 years ago
|
||
Bug looks to still be there in Linux build 2001121408. I get the same behavior
as in the screenshots posted for this bug.
Comment 22•24 years ago
|
||
*** Bug 102507 has been marked as a duplicate of this bug. ***
Comment 23•24 years ago
|
||
Still visible on Windows build 2001121303
Comment 24•24 years ago
|
||
Still visible on Linux build 2001121906
Comment 25•24 years ago
|
||
Actually, this looks like the inversion is interfering with the mouse pointer:
save background -> draw mouse drag pointer -> invert selection rectangle ->
undraw mouse pointer -> reinvert selection rectangle, but as the mouse pointer
background was restored, a part of the area is really inverted.
So either (1) hide the mouse pointer before drawing, or (2) draw to the mouse
pointer background buffer too.
just my 2 cents
Comment 26•24 years ago
|
||
*** Bug 117838 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 27•24 years ago
|
||
There are some other painting issues while dragging item apart the mouse pointer
problem.
Try to drag a message header from thread pane and wait for a sec above some
container in folder pane and you'll see.
Drop feedback is now painted offline not in painting methods and I think this is
a main cause of problems.
I just need to test this patch on a Mac.
Any valunteers ?
Comment 28•24 years ago
|
||
I would be happy to test the patch on mac (CFM). I heard that the patch
was out of date, can you update it?
Thanks,
Zach
| Assignee | ||
Comment 29•24 years ago
|
||
Up to date patch is included in attachment
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=64742
of bug 95730
You can try it until I extract it.
| Assignee | ||
Comment 30•24 years ago
|
||
fixed along with bug 116855
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 31•24 years ago
|
||
Verified using builds: 2002-02-04-06 win98
2002-02-04-06 mac os x, linux.
I did not see any white block displays while moving messages or dragging folders
in the folder pane.
Status: RESOLVED → VERIFIED
Comment 32•24 years ago
|
||
*** Bug 100431 has been marked as a duplicate of this bug. ***
Comment 33•24 years ago
|
||
This bug (or a very similar one) has returned in 2002031008. It's slightly
different, in that now the message count gets the artifact, where it used to be
the folder name. I notice that the message count is now right-justified (rather
than left), if this has anything to do with it. See attachment.
This was definitely fixed in 2002020415.
Comment 34•24 years ago
|
||
| Assignee | ||
Comment 35•24 years ago
|
||
Henry, if you provide steps to reproduce it then someone might take a look.
Comment 36•24 years ago
|
||
The steps to reproduce are exactly the same as they were before:
1. Drag an e-mail message into a folder
2. Artifacts will be left behind when mouse is dragged over text in 'Folders'
window pane.
This bug occurs on my RH7.1 system, but not RH7.2.
| Assignee | ||
Comment 37•24 years ago
|
||
Ah, I see, I'll fix it.
| Assignee | ||
Comment 40•24 years ago
|
||
Comment 41•24 years ago
|
||
Comment on attachment 76213 [details] [diff] [review]
polish fix
sr=moi
Attachment #76213 -
Flags: superreview+
Comment 42•24 years ago
|
||
Comment on attachment 76213 [details] [diff] [review]
polish fix
r=bryner
Attachment #76213 -
Flags: review+
Comment 43•24 years ago
|
||
Comment on attachment 76213 [details] [diff] [review]
polish fix
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #76213 -
Flags: approval+
| Assignee | ||
Comment 44•24 years ago
|
||
Joe landed for me.
Fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 45•23 years ago
|
||
Fixed before branch
Hence verified 05-20-08 branch build on win98, linux RH 6.2, Mac os x.
No more artifacts in message count column when drag n drop single or multiple
messages.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•