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

ASF subversion and git services commented on ISIS-1615:
-------------------------------------------------------

Commit 8669d92cdde650f1f7668aa67961906ea7c5e85e in isis's branch 
refs/heads/ISIS-1613 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=8669d92 ]

Merge branch 'patch-2' of https://github.com/hobrom/isis into ISIS-1615_pr-77


> Tooltip for Actions not always shown ... @ActionLayout.describedAs
> ------------------------------------------------------------------
>
>                 Key: ISIS-1615
>                 URL: https://issues.apache.org/jira/browse/ISIS-1615
>             Project: Isis
>          Issue Type: Bug
>          Components: Core: Viewer: Wicket
>    Affects Versions: 1.14.0
>            Reporter: Andi Huber
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.15.0
>
>         Attachments: Screenshot-1.png, Screenshot-2.png
>
>
> Regarding ActionLayout annotation, the text specified with the 'describedAs' 
> feature will sometimes not show up.
> Reason: bootstrap (on the client-side) will modify the DOM such that HTML 
> links will no longer work as intended. (ISIS Actions/Buttons are HTML links.)
> Details: 
> 1) Server sends ...
>    <li title="described as"><a ... /></li>
> 2) bootstrap makes changes (adds the 'title' attribute, where there was non 
> provided by the server)
>    <li title="described as"><a title="" ... /></li>
> 3) now when we mouse-over the link, no tooltip is shown
> ---
> For a possible solution see:
> http://stackoverflow.com/questions/27235776/can-i-still-use-the-title-attribute-on-bootstrap-popovers



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to