Opened 13 years ago
Closed 11 years ago
#20309 closed enhancement (worksforme)
Visual Editor: Editor styles overwrite FF minimum font size settings when a small size is set
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
This issue can be found when using Minimum font size accessibility settings in Firefox, instead of the Zoom settings.
- When editor-style.css defines a specific font size, the text in the visual editor cannot be made smaller than this font size.
- If I set the default font size to a bigger value than the one set in editor-style.css, it works.
Could we change this, so that all contents in the dashboard always fit the minimum font size defined in FF, whether that size is a small value or a big one?
Possibly related: #12825
Change History (1)
Note: See
TracTickets for help on using
tickets.
Don't think Firefox reduces font size to the minimum. If you have 12px as minimum, and the text is styled at 14px, you'll see it at 14px. If you set the default font size to a small value and click the checkbox to override the page specified size, it seems to work properly in contenteditable mode.