Opened 18 years ago
Closed 18 years ago
#1086 closed Bug (invalid)
Safari: queryCommandValue( 'FontSize' ) issue (v. 3.0 beta)
| Reported by: | Aleksey Onopriyenko | Owned by: | Frederico Caldeira Knabben |
|---|---|---|---|
| Priority: | Normal | Milestone: | Safari Compatibility |
| Component: | Core : Styles | Version: | |
| Keywords: | Cc: |
Description (last modified by )
queryCommandValue( 'FontSize' ) must return a value from 1-7 range. But it returns the font size in pixels, e.g. "12px".
Change History (3)
comment:1 Changed 18 years ago by
| Description: | modified (diff) |
|---|---|
| Summary: | queryCommandValue( 'FontSize' ) issue in Safari 3.0 beta → Safari: queryCommandValue( 'FontSize' ) issue (v. 3.0 beta) |
comment:2 Changed 18 years ago by
| Component: | General → Core : Styles |
|---|---|
| Owner: | set to Frederico Caldeira Knabben |
comment:3 Changed 18 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Since the introduction of the new Style System with [774], we don't use queryCommandValue( 'FormatSize' ) anymore.

There is a good chance that it will be fixed by the new style system.