Create a double annotation:
<a href="foo"><span lang="en">Bar</span></a>
Notice that clicking in the middle of the text only shows one inspector:
Esanders | |
Jun 11 2018, 3:41 PM |
F22171584: Screen Shot 2018-06-12 at 8.35.52 PM.png | |
Jun 13 2018, 3:37 AM |
F22171588: Screen Shot 2018-06-12 at 8.35.31 PM.png | |
Jun 13 2018, 3:37 AM |
F21867803: image.png | |
Jun 11 2018, 3:44 PM |
Create a double annotation:
<a href="foo"><span lang="en">Bar</span></a>
Notice that clicking in the middle of the text only shows one inspector:
Change 439613 had a related patch set uploaded (by Esanders; owner: Esanders):
[VisualEditor/VisualEditor@master] Follow-up I125969a: Replace $.closest with $.parents + $.addBack
https://gerrit.wikimedia.org/r/439613
Change 439613 merged by jenkins-bot:
[VisualEditor/VisualEditor@master] Follow-up I125969a: Replace $.closest with $.parents + $.addBack
https://gerrit.wikimedia.org/r/439613
Change 439624 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/extensions/VisualEditor@master] Update VE core submodule to master (8231b4d88)
https://gerrit.wikimedia.org/r/439624
Change 439624 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Update VE core submodule to master (8231b4d88)
https://gerrit.wikimedia.org/r/439624
It still shows only one inspector when I put cursor at the very beginning or at the very end. Shouldn't it behave the same way for those positions?
I think this is the correct behavior. The link context should only display if we're displaying the active link styling (the light blue background and border). You might need to use keyboard arrow keys to navigate "inside" the link in such cases.