[
https://issues.jboss.org/browse/JBIDE-13823?page=com.atlassian.jira.plugi...
]
Daniel Azarov resolved JBIDE-13823.
-----------------------------------
Resolution: Rejected
This functionality already implemented in WTP
(org.eclipse.wst.html.ui.internal.hyperlink.AnchorHyperlinkDetector)
jQuery: OpenOns (Ctrl+Click) for element IDs within the page
------------------------------------------------------------
Key: JBIDE-13823
URL:
https://issues.jboss.org/browse/JBIDE-13823
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Labels: new_and_noteworthy
Fix For: 4.1.0.Alpha2
Suppose we have a multi-page document:
{code}
<body>
<div data-role="page" id="foo">
...
<a href="#bar">bar</a> <!-- Ctrl+Click on #bar should
navigate to <div data-role="page" id="bar"> -->
...
</div>
<div data-role="page" id="bar">
...
<a href="#foo">Back to foo</a> <!-- Ctrl+Click on #foo
should navigate to <div data-role="page" id="foo"> -->
...
</div>
</body>
{code}
Another example:
{code}
<a href="#popupBasic" data-rel="popup">Open Popup</a>
<!-- Ctrl+Click on #popupBasic should navigate to <div data-role="popup"
id="popupBasic"> -->
<div data-role="popup" id="popupBasic">
...
</div>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira