-
The issue is as follows:
`Fatal Exception: java.lang.NullPointerException`.
The stack trace:
```
io.github.douglasjunior.androidSimpleTooltip.SimpleTooltip$9.onGlobalLayout(SimpleTooltip.java:483)
…
-
To be able to do:
``` js
$('button').accessibleSimpleTooltipAria({
simpletooltipText: 'test'
});
```
Ex:
``` js
$.fn.accessibleSimpleTooltipAria = function (options) {
var element = $(this);…
dhoko updated
8 years ago
-
When backing out of icon screen
```
06-30 12:53:19.880 14497-14535/com.mozilla.hackathon.kiboko E/Surface: getSlotFromBufferLocked: unknown buffer: 0xa97c3dc0
06-30 12:53:24.129 14497-14535/com.mozil…
-
Please see the screenshot:
http://i68.tinypic.com/ao7r47.jpg
-
Hi, I tested the SimpleTooltip extension on a MW 1.25wmf22 and it didn't work.
-
Below is a code snippet I use trying to build a second tooltip when someone clicks the first tooltip. The result is that the first tooltip closes, but the second one isn't showing. Is what I am trying…
-
```
ToolTip toolTip = new ToolTip.Builder()
.withText("Simple Tool Tip!")
.withBackgroundColor(Color.WHITE)
.withCornerRadius(5)
…
-
Hi,
is there an option for making tooltips on images? If not, are you planning to implement it?
Thanks for answer
xkomczax
-
how can i use simpleTooltip for all links that have a title and title not empty
by default i want to have gravity south and the tip to be the title value
if the link has data-hint and data-title they …