Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bottom-<left|right|top|bottom> styles shorthands #1396

Open
msamsel opened this issue Jan 3, 2018 · 0 comments
Open

Add support for bottom-<left|right|top|bottom> styles shorthands #1396

msamsel opened this issue Jan 3, 2018 · 0 comments
Labels
status:confirmed An issue confirmed by the development team. type:feature A feature request.

Comments

@msamsel
Copy link
Contributor

msamsel commented Jan 3, 2018

Are you reporting a feature request or a bug?

Feature request

Check if the issue is already reported

Extra notes:
IE8 automatically replace border style with set of border-top: …; border:-left: …; border-bottom: …; border-right: …; styles. That's why border shorthand conversion is not supported in IE8 at all.
Issue found during #1010.

Provide detailed reproduction steps (if any)

  1. Try to add border shorthand style for table cell e.g.
<table style="width:500px">
	<tbody>
		<tr>
			<td style="border-top:2px solid red">&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>

Expected result

CKEditor will replace shorthand for border-top in the same way as it is done for border

Actual result

border-top remain unchanged.

Other details

  • Browser: …
  • OS: …
  • CKEditor version: …
  • Installed CKEditor plugins: …
@msamsel msamsel added status:confirmed An issue confirmed by the development team. type:feature A feature request. labels Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:feature A feature request.
Projects
None yet
Development

No branches or pull requests

1 participant