Closed Bug 50799 Opened 24 years ago Closed 24 years ago

cursor doesn't change for scrollbar

Categories

(Core :: DOM: Editor, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 65540
Future

People

(Reporter: sujay, Assigned: kinmoz)

References

Details

using 8/30 build of netscape

1) launch netscape
2) launch composer
3) insert text
4) click on HTML Source tab at bottom
5) notice you see a horizontal scrollbar at bottom
6) glide your cursor over that scroll bar and you still see "I" beam
cursor...it should change to the regular cursor when leaving the compose
window.


all platforms
I can't dup this one Sujay -- but, I am using the zip file from the 
2000-08-30-08-m18 directory
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
now the entire composer window freezes when you click on HTML source tab...
I filed a separate bug...
I still see this in the respin build 8/31...

Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
yes, I see it now too -- starting with cmanske to see what can be done
Assignee: beppe → cmanske
Status: REOPENED → NEW
Keywords: correctness
Target Milestone: --- → M18
Please don't give me this one!
The problem is that the scrollbars are *within* the editor content frame, 
and our CSS probably defaults to triggering the I-beam cursor and we need to
detect when we are over a scrollbar to show the arrow cursor instead.
Today I got distracted by drag and drop issues and will help out in that
arena, and would prefer to pass this class of problems elsewhere!
I bet kin can tackle it in a minute!
Assignee: cmanske → beppe
well, then off to Kin it goes, if I remember correctly he is Mr. Scrollbar
Assignee: beppe → kin
Accepting bug.
Status: NEW → ASSIGNED
Setting to Future as per beppe@netscape.com.
Target Milestone: M18 → Future
This bug also affects <textarea>s so you might want to mark bug 61921 as a dup.

A workaround for scrollbars is to style them in xul.css:
scrollbar {
  cursor: default;
}

This doesn't work for the corner because of bug 30579.
*** Bug 61921 has been marked as a duplicate of this bug. ***
The test case from bug 61921 showing this problem with textareas may be helpful
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=20153
using 2001011604 mtrunk win98.

an important added note - the scrollbar arrows don't have this problem.  only
the scrollbar thumb area is affected.

bug 65540 (which should be a dupe of this, even if indirectly) has a more exact
description of this problem.  essentially, the cursor shouldn't switch back to
the i-beam inside the edges of the thumb region, but should remain as the
default cursor seen over the edge pixel.  

this may be similar to the scrollbar mouseover effect problems seen in some skins.

*** Bug 64101 has been marked as a duplicate of this bug. ***

*** This bug has been marked as a duplicate of 65540 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → DUPLICATE
verified in 1/19 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.