Opened 12 years ago
Closed 12 years ago
#9894 closed Bug (invalid)
Inconsistent default table width (changes from "500" to "500px")
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | |
Keywords: | Cc: |
Description
- Open table dialog.
- Check that width is set to "500".
- Insert table.
- Open table properties dialog for inserted table.
- See that width is now set to "500px".
At first glance it looks like width accepts only integers, when that can be any CSS width value. To avoid confusion the default should be in pixels too.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This issue was heavily discussed in #7948.
Before version 3.6.1 we had dropdowns with units but they were replaced with tooltips and error messages that explain exactly what should be entered. You can find messages here - http://dev.ckeditor.com/attachment/ticket/7948/7948_3.patch.
My opinion:
500px
suggests that I can use only pixels :D500
is a bit easier to edit (3 characters to change vs 5)