Issue 77847 - Paint Pot cursor absent when font color picked
Summary: Paint Pot cursor absent when font color picked
Status: CLOSED DUPLICATE of issue 77848
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m211
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ericb
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-05-27 09:36 UTC by sparcmoz
Modified: 2007-05-27 11:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2007-05-27 09:36:43 UTC
In X11 if there is no text range already selected when a font color is picked
from the toolbar (Font Color selection table), the mouse cursor changes to a
Paint Pot, waiting for a range of text to be selected. 

In aqua the mouse cursor changes to a black arrowhead with a white outline.
Using vcl/aqua/source/wwindow/salframe.cxx 1.46.112.91
Comment 1 sparcmoz 2007-05-27 09:37:14 UTC
keyword
Comment 2 ismaelooo 2007-05-27 10:41:40 UTC
I started an implementation of cursors using Carbon. The problem with Carbon is
that we can only use system cursors, so I added only these cursors to OOo (18
cursors). The cursor you're talking about is an OpenOffice specific cursor, so
to be implemented we have to use Cocoa. Damien is working on it.
Comment 3 ismaelooo 2007-05-27 11:00:32 UTC
This issue is a particular case of issue 77848
Indeed other cursors are missing, needing a Cocoa implementation, like cursors
used in drawing operations (pen, draw rect, draw ellipse, ...).

Should be marked as duplicate
Comment 4 eric.bachard 2007-05-27 11:12:38 UTC
On Ismael demand, I declare this issue dupe of 77848

*** This issue has been marked as a duplicate of 77848 ***
Comment 5 sparcmoz 2007-05-27 11:30:45 UTC
closed