DReynolds4001 / SftwrEngMissionControl

Intro to Software Engineering Class Project - Subject: Notepad++
Other
0 stars 0 forks source link

Deleting a link while hovering it causes a visual bug #19

Open jalshukaili2016 opened 5 years ago

jalshukaili2016 commented 5 years ago

This is an odd bug, I hope I'm not the only one getting it.

Description of the Issue When hovering the mouse over a url in a php document, the cursor changes to a pointer, and the link becomes underlined, and changes color (depending on your color theme). If you delete a link while hovering it, the next batch of text left after the deleted text retains the link styling.

Steps to Reproduce the Issue Select a text block containing a link by clicking and dragging to highlight Press delete Press ctrl+z to undelete Hover the link and confirm the syling changes to underline and color change Press ctrl+y to re-delete Expected Behavior Normal deleting behaviour

Actual Behavior The text gets deleted, but the styling is re-applied to nearby text, and cannot be removed

khalifa1334 commented 5 years ago

6091