Opened 16 years ago
Closed 16 years ago
#3579 closed Bug (duplicate)
Replace div samples applies the hover effect to all divs
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Low | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
The :hover effect to show where the user can double click is applied to all the divs, and it can be slightly misleading.
The patch fixes this by changing the structure of the sample.html page so that the id "html" is applied to the container of the data and then restricting the css rules. That way it will work the same in the released version.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | 3579.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? removed |
---|
Ops!
That breaks the toolbar[[BR]] I'm removing the review request, but this is a problem (the broken toolbar) that people are gonna report very soon.
The reset stylesheet will be broken as soon as anybody uses a rule based on IDs, so it should be reviewed or some warning be available in the documentation.
Proposed patch