Opened 16 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)
Change History (5)
Changed 16 years ago by
Attachment: | 3447.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Artur Formella |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 16 years ago by
Milestone: | → CKEditor 3.0 |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3507]