Opened 15 years ago

Closed 15 years ago

#3447 closed New Feature (fixed)

add explicit cursor for images in Safari

Reported by: Alfonso Martínez de Lizarrondo Owned by: Artur Formella
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (CKEditor) - OLD
Keywords: Review+ Cc:

Description

By default Safari only shows the beam or text cursor for all the content. We should add in the internal css a rule to fix that:

img {
	cursor:default;
}

Other elements might need also this kind of rule in Safari (form elements for example)

Attachments (1)

3447.patch (269 bytes) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Artur Formella

Attachment: 3447.patch added

comment:1 Changed 15 years ago by Artur Formella

Keywords: Review? added
Owner: set to Artur Formella
Status: newassigned

comment:2 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0

comment:4 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed

Fixed with [3507]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy