Metadata
- Source
- FLUID-3831
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Golam Chowdhury
- Created
2010-11-11T13:13:20.554-0500 - Updated
2014-03-03T13:40:41.204-0500 - Versions
-
- 1.2.1
- 1.3.1
- Fixed Versions
-
- 1.3
- Component
-
- Pager
Description
The tooltip currently doesn't get read by the screen reader when hover page link. We will be looking at how the inline edit have implemented the tooltip.
Environments
WinXP:
Chrome4
Firefox3.6
Firefox3.0
IE8.0
IE7.0
IE6.0
Win7:
Firefox3.6
IE8.0
Mac10.5:
Safari 4
Mac10.6:
Firefox3.6
Safari 4
Attachments
Comments
-
Justin Obara commented
2010-11-11T13:17:51.723-0500 "Bug Parade Infusion 1.3"
-
Michelle D'Souza commented
2010-11-15T11:39:26.064-0500 The tooltipExperimentPatch contains the tooltip plugin from the git hub repo
https://github.com/jquery/jquery-ui/tree/tooltip
commit 48a5977d3325869abd7b
tree 43fd0cda4af2cdcd33f5
parent bdd815e8dcdeace8be6dThere is also an example field in the sakai demo that seems to work for our needs but it is not being used properly in the Pager. It's possible that there is a bug that we'll need to fix - an error is thrown if I click on my example field and then move focus away.
-
Michelle D'Souza commented
2010-11-15T15:29:11.691-0500 uploading the js and css files for the tooltip plugin we are trying since the patch seems to have mangled the files.
-
Justin Obara commented
2010-11-17T18:06:13.408-0500 FLUID-3831-aegisTesting.patch.txt updates to the new tooltip plugin from jquery. The inlineEdit and Pager components have been updated to use it. This patch is really only ready for the aegis demos and still needs more work before going into trunk.
-
Justin Obara commented
2010-11-17T18:31:11.995-0500 FLUID-3831-aegisTesting.patch.txt updates to the new tooltip plugin from jquery. The inlineEdit and Pager components have been updated to use it. This patch is really only ready for the aegis demos and still needs more work before going into trunk.
-
Justin Obara commented
2010-11-25T17:16:55.695-0500 Committed changes to update the tooltip pluging to the prerelease version from jquery ui. I've updated inlineEdit and Pager to make use of the new tooltip and have added unit tests against the pager's usage of the tooltip. There are some api changes because of this. For inlineEdit the tooltipid is no longer supported. This, however, could have resulted in multiple include issues so it seems safe to remove. For Pager, the tooltip styling, delay, and id options have all been removed, in favour of exposing the entire options structure from the tooltip plugin. This was based on the FLUID-3831-aegisTesting.patch.txt patch, but has been improved to make it ready for trunk
-
Justin Obara commented
2010-12-08T19:13:46.067-0500 FLUID-3831-tooltipWrapper.patch.txt is a start at wrapping the tooltip, needs unit tests still
-
Justin Obara commented
2010-12-09T16:35:02.948-0500 FLUID-3831-tooltipWrapper-withTests.patch contains the changes from /Users/justin/Desktop/FLUID-3831-tooltipWrapper.patch.txt but with the unit tests.
-
Justin Obara commented
2010-12-09T18:32:51.341-0500 FLUID-3831-tooltipWrapper-withTests.v2.patch.txt is a continuation of FLUID-3831-tooltipWrapper-withTests.patch, with changes from Antranig's suggestions. (new public functions for open, close, and destroy, default delay of 300ms, and removed tabs).
-
Antranig Basman commented
2010-12-10T14:14:17.604-0500 I have reviewed the "v2" version of this patch and it looks good
-
Justin Obara commented
2011-01-17T10:53:29.525-0500 Implemented a simple wrapper around jQuery's pre-release tooltip plugin. The wrapper currently merely helps us preserve backwards compatibility with most of the options that we had been using from the previous tooltip plugin.
-
Golam Chowdhury commented
2011-03-03T16:39:23.142-0500 Changed the "Affect Version" to 1.3.1.