Opened 13 years ago
Last modified 13 years ago
#8278 confirmed Bug
Opera: In Table dialog values for rows & columns not shown in Rows & Columns fields
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.1 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample and insert a table with default values(3 rows & 2 columns)
- Open Context menu inside a table cell and bring up the Table dialog.
Expected Result: Table dialog comes up and it shows value 3 for Rows & 2 for Columns
Actual Result: Table dialog comes up and it's not showing any values and Rows & Columns fields are completely disabled.
Attachments (4)
Change History (10)
comment:1 follow-up: 2 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Replying to j.swiderski:
I have checked in latest CKE revision and everything seems to be fine. Numbers are displayed. The only thing that is confusing is colors of numbers which is similar to the background color.
@j.swiderski We can't see any text when text color & background color are the same. so it's definitely a bug and CK Editor needs to fix this issue. I am attaching a screen shot of the fields in opera.
Changed 13 years ago by
Attachment: | Opera bug.jpg added |
---|
Changed 13 years ago by
Attachment: | columns.png added |
---|
comment:3 Changed 13 years ago by
I didn't say they are the same but similar. Please see attachment, it will tell you more than my description.
@satya could it be your browser settings or some custom styling? Also could you tell if you are able to reproduce the issue in the latest trunk version?
Changed 13 years ago by
Attachment: | zrzut_ekranu-18.png added |
---|
CKE3.6.2Trunk rev 7215 Opera11.50.1074 winxp
comment:4 Changed 13 years ago by
I can reproduce this with the exact same environment as Krst (CKE3.6.2Trunk rev 7215 Opera11.50.1074 winxp). The numbers are actually present but it is very difficult to see them because the text color is too similar to the background color. I can see the numbers clearly when I remove the background color - see the attached screen capture.
Changed 13 years ago by
Attachment: | Disabled fields on Table dialog in Opera.gif added |
---|
comment:5 Changed 13 years ago by
Status: | pending → confirmed |
---|---|
Version: | → 3.6.1 |
Ok so the request here is to change the font color.
It seems that it was changed to light grey in CKE 3.6.1 rev [6947]. Before this revision numbers were black so I propose to change the color back.
comment:6 Changed 13 years ago by
Yes I agree - changing the color back to black is a good solution. However please do not revert changeset #6947 to achieve this. That changeset addressed the issue in ticket #7873 and is still required.
Instead I think the fix for the issue in this ticket can be addressed through an Opera specific CSS style for the text color in disabled fields.
I have checked in latest CKE revision and everything seems to be fine. Numbers are displayed. The only thing that is confusing is colors of numbers which is similar to the background color.