[jira] [Commented] (OFBIZ-9665) Dropdown links overlapping on tabs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-9665) Dropdown links overlapping on tabs

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-9665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16189381#comment-16189381 ]

Devanshu Vyas commented on OFBIZ-9665:
--------------------------------------

I checked out the News dropdown items, the code is something like this:
{code}
<a href="//twitter.com/apacheofbiz" target="external">Twitter</a>
{code}

I am not sure exactly this happened or not, but I think that the intended code was rel="external" instead of target="external".
Refer: [https://www.w3schools.com/Tags/att_a_rel.asp]

And I agree with what Aditya suggested using target="_blank" which is the accurate solution. We can also set rel="external" to specify the relationship of the link and document.

> Dropdown links overlapping on tabs
> ----------------------------------
>
>                 Key: OFBIZ-9665
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9665
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Padmavati Rawat
>
> Steps:
> Open new website ofbiz.apache.org/
> Open News dropdown
> Click on any dropdown option. (link opens in new tab)
> Click on any other option from home page (The link overlap on existing open tab)
> In general when we open two links from a single page, both opens in separate tabs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)