Skip to main content

Search and Top Navigation

#15122 closed bug (worksforme)

Opened January 03, 2017 08:03PM UTC

Closed January 04, 2017 02:39AM UTC

tooltip not coming in firefox 50.0.2

Reported by: anagh416 Owned by:
Priority: minor Milestone: none
Component: ui.tooltip Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

Hello , i m using tooltip from below lib

#!text/html
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>

in my angular 2 project . though tooltip is working fine for Chrome , IE and safari . it is not coming in firefox . not visible at all on mouse over ... version i use is 50.0.2 for firefox.. please help

thanks

Attachments (0)
Change History (2)

Changed January 03, 2017 08:28PM UTC by rjollos comment:1

description: Hello , i m using tooltip from below lib \ \ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script> \ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> \ \ in my angular 2 project . though tooltip is working fine for Chrome , IE and safari . it is not coming in firefox . not visible at all on mouse over ... version i use is 50.0.2 for firefox.. please help \ \ thanksHello , i m using tooltip from below lib \ \ {{{#!text/html \ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script> \ <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> \ }}} \ \ in my angular 2 project . though tooltip is working fine for Chrome , IE and safari . it is not coming in firefox . not visible at all on mouse over ... version i use is 50.0.2 for firefox.. please help \ \ thanks

Changed January 04, 2017 02:39AM UTC by scottgonzalez comment:2

component: ui.coreui.tooltip
resolution: → worksforme
status: newclosed

Tooltips are working fine for me in Firefox 50.1.0 using jQuery UI 1.11.4 and 1.12.1. There could be a problem with Angular, but we won't debug jQuery UI inside frameworks. If you can provide a reduced test case that fails with latest jQuery UI (currently 1.12.1) and doesn't use other libraries or frameworks, then we can look into it.