Closed
Bug 516852
Opened 15 years ago
Closed 14 years ago
scrollbar cursor should change
Categories
(Skywriter Graveyard :: Editor, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dangoor, Assigned: derek.ambrose)
Details
On the mailing list, Sam (figaro1111) reported that the editor's cursor doesn't
change to the appropriate cursor when it's over the custom scrollbars that the
editor has.
Comment 1•15 years ago
|
||
Should we hack it, or should we do it thoroughly? That is, should we have some sort of cursor manager, or is that overkill?
Reporter | ||
Comment 2•15 years ago
|
||
Assigning to Derek Ambrose at his request.
Assignee: nobody → derek.ambrose
Comment 3•15 years ago
|
||
I already implemented some code that could be useful for this:
http://bitbucket.org/j4c/bespinclient/changeset/47e170284178/
See this change on how to call it:
http://bitbucket.org/j4c/bespinclient/changeset/f4585cf7e9b4/
The problem with changing the cursor is, that on WebKit the cursor css only gets updated on the screen, AFTER the user moved the mouse. On Firefox it works at once.
Assignee | ||
Comment 4•15 years ago
|
||
It seems that the issue was with 0.0.4 and is outdated. According to pwalton, it has been resolved.
Reporter | ||
Comment 5•14 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•