You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Internet Explorer, changing the address of a <a href="http://example.com">http://example.com</a> from http://example.com to http://foo.com updates the markup to <a href="http://foo.com">http://foo.com</a> as expected. But in all other browsers, only the href value is updated and the text value remains unchanged, i.e., <a href="http://foo.com">http://example.com</a>
Internet Explorer repro:
Chrome repro:
Steps for Reproduction
Use any browser except Internet Explorer (e.g., use Chrome)
Wrtie http://example.com and select it
Click the link button in the Quill toolbar
http:/example.com already shows as the address value, so, simply click Apply
Click the link button in the Quill toolbar again
Update the address to http://foo.com and click Apply
The hyperlink test still displays http:/example.com, but the link points to http://foo.com
Expected behavior:
The href value and the text value should be updated to the new value.
Actual behavior:
Only the href value is updated, the text value is not updated.
Platforms:
Chrome, Microsoft Edge, Firefox
Version:
Quill.version = 1.2.3
The text was updated successfully, but these errors were encountered:
In Internet Explorer, changing the address of a
<a href="http://example.com">http://example.com</a>
fromhttp://example.com
tohttp://foo.com
updates the markup to<a href="http://foo.com">http://foo.com</a>
as expected. But in all other browsers, only thehref
value is updated and the text value remains unchanged, i.e.,<a href="http://foo.com">http://example.com</a>
Internet Explorer repro:
Chrome repro:
Steps for Reproduction
http://example.com
and select ithttp:/example.com
already shows as the address value, so, simply click Applyhttp://foo.com
and click Applyhttp:/example.com
, but the link points tohttp://foo.com
Expected behavior:
The
href
value and the text value should be updated to the new value.Actual behavior:
Only the
href
value is updated, the text value is not updated.Platforms:
Chrome, Microsoft Edge, Firefox
Version:
Quill.version
= 1.2.3The text was updated successfully, but these errors were encountered: