Closed
Bug 485942
Opened 16 years ago
Closed 16 years ago
Canvas is repainted each time the cursor toggles
Categories
(Skywriter Graveyard :: General, defect)
Skywriter Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julian.viereck, Unassigned)
Details
Attachments
(2 files)
4.81 KB,
patch
|
Details | Diff | Splinter Review | |
1.74 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; de-de) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16
Build Identifier: tip
Each time the cursor toggles the whole convas get repainted. To save up performance only the current affected / dirty rows + selected rows should be repainted in this case.
Reproducible: Always
Reporter | ||
Comment 1•16 years ago
|
||
This patch works well with insering code and moving the mouse aroung.
This patch *don't* work well, if the highlighting of the syntax changes on a line that is not marked as dirty by the editor's model, the cursor is on or selected by the user. Is there a way to get the lines the syntax highlighting has changed since the last pain?
Comment 2•16 years ago
|
||
As I recall, you're right. So confirming this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Reporter | ||
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: General.
This bug likely still needs to be triaged and categorized.
Component: Bespin → General
Product: Mozilla Labs → Bespin
QA Contact: bespin → general
Target Milestone: -- → ---
Comment 5•16 years ago
|
||
This describes internal behavior and doesn't reflect a "bug". If Bespin's painting performance is too slow, a bug should be filed describing those conditions.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•