Opened 12 years ago

Last modified 12 years ago

#8956 confirmed Bug

Link href not displayed on edit link screen

Reported by: Andrew Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3
Keywords: IE8 IE9 Cc:

Description

OS: Windows 7 Professional SP1

Browser: IE

Version: 9

Scenario:

  1. Switch to source mode
  2. Insert this html:
<form action="/formHandler" class="hp-smartInsertForm" method="post">
	<fieldset>
		<p>
			Here you need to add link <a href="http://www.google.com?v=1" target="_self">http://www.google.com</a></p>
	</fieldset>
</form>
  1. Switch back to WYSIWYG mode
  2. Double click the link

Defect: Link editing dialog shown, but field for href is blank

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: IE8 IE9 added
Status: newconfirmed
Version: 3.3

Reproducible in IE8 and IE9 from CKEditor 3.3.

comment:2 Changed 12 years ago by Andrew

Also reproduced on the same configuration with folowing scenario:

  1. Switch to source mode
  1. Insert this html:
<div style="max-width: 960px;">
	BLOCK.EventInfo 
<a href="http://demo.experiencehorizon.com:8086/subscribe" target="_self">http://demo.experiencehorizon.com:8086/subscribe</a>
</div>
  1. Switch back to WYSIWYG mode
  1. Double click the link
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