#4771 closed Bug (invalid)
Text size changes even if font size remains same
Reported by: | Jitendra Kumar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0.1 |
Keywords: | Cc: |
Description
- Go to nightly build
http://nightly.ckeditor.com/4675/_samples/skins.html
- Type something
- select any style like 'heading'
- change the font size to let's say 10
- Do it again. That is change the font size to 10 again. Basically select the previous size from drop down.
Now notice, even though I've selected the same font size, it actually gets bigger
Change History (5)
comment:1 Changed 15 years ago by
comment:2 follow-up: 3 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Far from a bug actually, clicking on a marked item in dropdown instruct the editor to remove that style.
comment:3 Changed 15 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Replying to garry.yao:
Far from a bug actually, clicking on a marked item in dropdown instruct the editor to remove that style.
Are you serious? I haven't seen a single editor online/offline which changes text size if you re-select the same font size. Your logic couldn't be applied to font-size dropdown menu. I agree it's fine with buttons where you change the style of the button to tell user that button would apply/de-apply some function.
comment:4 follow-up: 5 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|---|
Resolution: | → invalid |
Status: | reopened → closed |
The fact is that there is no way to remove the size. Because of this, we replicated the same solution we've built in all toolbar combos so we have a standard way to make it work. I'm sure users that expect things working differently will easily learn how to use the combos properly.
comment:5 Changed 15 years ago by
Replying to fredck:
The fact is that there is no way to remove the size. Because of this, we replicated the same solution we've built in all toolbar combos so we have a standard way to make it work. I'm sure users that expect things working differently will easily learn how to use the combos properly.
OK. I reported it as a bug because it was an unexpected behavior. Thanks for explanation.
Please note, 'select' some text before changing font size in step 4.