Opened 12 years ago

Last modified 12 years ago

#9308 confirmed Bug

duplicate no-repeat value for background-repeat in Table dialog

Reported by: Alexey Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.4
Keywords: Webkit Cc:

Description

I found this ticket (http://dev.ckeditor.com/ticket/8451) in your database from 11 months ago and it's marked closed/invalid but the issue still seems to exist.

Steps:


-Create a table -Right-click on it, pick Table Properties -> advanced tab. -Enter: background-repeat:no-repeat; in the Style box, you get background-repeat:no-repeat no-repeat;

That is invalid and shouldn't happen. This can be reproduced in your ckeditor.com/demo site as well as latest nightly build.

What's interesting is that this doesn't happen when you create a new DIV, edit it and enter the same into style box there. This seems to happen on table properties only.

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

Status: newpending

Ticket from #8451 was closed because it looked like problem happens after page is saved in DB. CKEditor had nothing to do with that.

-Create a table -Right-click on it, pick Table Properties -> advanced tab. -Enter: background-repeat:no-repeat; in the Style box, you get background-repeat:no-repeat no-repeat;

I'm not getting this. I have checked both CKEditor 3.6.4 and CKEditor 3.6.1. Please provide exact steps to reproduce the problem. Please also specify in which browser and in which version of CKEditor does this happen (You should check 3.6.4).

comment:2 Changed 12 years ago by Alexey

Hi. It happens in Google Chrome v 21.0.1180.89 on Windows 7 Home and Safari 5.0.5

It does NOT happen (i.e. works fine) in IE 9.0.8112 or Firefox 15.0.1

Here are the exact steps:

  1. www.ckeditor.com
  2. Click on Demo tab
  3. Right-mouse-click on table on the right (the one with languages) and select Table Properties
  4. Click on Advanced tab
  5. In the Style box, after the width:200px, enter this: background-repeat:no-repeat;
  6. Click Ok
  7. Now click on Source button in the editor and look for code for that table. You will see no-repeat twice.

comment:3 Changed 12 years ago by Jakub Ś

Keywords: Webkit added
Status: pendingconfirmed
Version: 3.6.13.4

Reproducible in Webkit from CKEditor 3.4.

Just press create table toolbar button, in advanced tab in style field paste background-repeat:no-repeat; and click OK. Once you switch to source you will see double no-repeat value.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy