Opened 14 years ago
Closed 14 years ago
#6755 closed defect (fixed)
set dojo.css base font size to 12px
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Core | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
as discussed in weekly full team meeting for 05/07/08
Change History (10)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not quite, you affected the font-size for FF and Safari but not for IE. IE is still presumably 13px. Maybe can do font-size: 88% or something like that (but need to test that ctrl-+ and ctrl-- still work in that case).
comment:4 Changed 14 years ago by
No, IE6's (and probably IE7's) font size is still small, i.e. 13px. Needs to be 12px to match change to FF/Safari.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:6 Changed 14 years ago by
comment:8 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 14 years ago by
Oops, above comment was inaccurate.... regular frames/iframes appear to be fine... the problem is just for editor because in _getIframeDocTxt() it gets the computed style of the srcNodeRef and copies it to the iframe document. Except that it isn't really a computed style since the font-size is 75% rather than a px value.
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [13736]) updating the overall font size to be 12px as discussed in the weekly full-team meeting. Fixes #6755