-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdFabSpeedDial combined with mdTooltip conjunctions #3277
Comments
+1 |
Hi all, there appear to be a number of issues with using the tooltip inside of the speed dial. I will take a look and see if I can correct them. @noamamit92 I am having trouble using the codepen you provided. It appears that none of the tooltip radio buttons affect the demo. Am I doing something wrong? |
@noamamit92 I was attempting to create an example to demonstrate your requirements. I got something mostly working, but I ran into a small issue. If you use the Small problem: the tooltips appear immediately when the speed dial begins opening, so they have an incorrect position even if you use the Unfortunately, what this means is that you may need to setup a watcher on a variable bound to the Here is a codepen to demonstrate: http://codepen.io/topherfangio/pen/xGPLRg |
Thanks @topherfangio , not sure what went wrong in my codepen... Tried your solution and it works great, Do you happen to know how to prevent the toolTips from flickering when you move from one button to another, and make them stay visible whenever the button is visible? |
Yup, I fixed that in a5807e0 by adding some better mouse event handling. Should be pushed soon, I just have to speak with the team this morning about some code questions :-) |
Thanks, great job |
* maintain state when focusing/bluring/tabbing through actions speed dial would previously show a very short and erroneous animation when tabbing, or rapidly blurring/focusing, through child items * add demo showing tooltip usage * fix $digest in-progress error when opening a dialog cebor reported a $digest in progress bug when trying to open a dialog from within the speed dial; haven't figured out how to create a test that demonstrates it, but I added a demo which shows failure * animations fail on Safari update webkitTransform styles and set height to initial instead of 100% closes #3213, closes #3338, closes #3277, closes #3236, closes #3375
* maintain state when focusing/bluring/tabbing through actions speed dial would previously show a very short and erroneous animation when tabbing, or rapidly blurring/focusing, through child items * add demo showing tooltip usage * fix $digest in-progress error when opening a dialog cebor reported a $digest in progress bug when trying to open a dialog from within the speed dial; haven't figured out how to create a test that demonstrates it, but I added a demo which shows failure * animations fail on Safari update webkitTransform styles and set height to initial instead of 100% * make changes suggested by gkalpak closes #3213, closes #3338, closes #3277, closes #3236, closes #3375
* maintain state when focusing/bluring/tabbing through actions speed dial would previously show a very short and erroneous animation when tabbing, or rapidly blurring/focusing, through child items * add demo showing tooltip usage * fix $digest in-progress error when opening a dialog cebor reported a $digest in progress bug when trying to open a dialog from within the speed dial; haven't figured out how to create a test that demonstrates it, but I added a demo which shows failure * animations fail on Safari update webkitTransform styles and set height to initial instead of 100% * make changes suggested by gkalpak * more fixes suggested by gkalpak closes #3213, closes #3338, closes #3277, closes #3236, closes #3375
* maintain state when focusing/bluring/tabbing through actions speed dial would previously show a very short and erroneous animation when tabbing, or rapidly blurring/focusing, through child items * add demo showing tooltip usage * fix $digest in-progress error when opening a dialog cebor reported a $digest in progress bug when trying to open a dialog from within the speed dial; haven't figured out how to create a test that demonstrates it, but I added a demo which shows failure * animations fail on Safari update webkitTransform styles and set height to initial instead of 100% * make changes suggested by gkalpak * more fixes suggested by gkalpak closes #3213. closes #3338. closes #3277. closes #3236. closes #3375. Closes #3468.
* maintain state when focusing/bluring/tabbing through actions speed dial would previously show a very short and erroneous animation when tabbing, or rapidly blurring/focusing, through child items * add demo showing tooltip usage * fix $digest in-progress error when opening a dialog cebor reported a $digest in progress bug when trying to open a dialog from within the speed dial; haven't figured out how to create a test that demonstrates it, but I added a demo which shows failure * animations fail on Safari update webkitTransform styles and set height to initial instead of 100% * make changes suggested by gkalpak * more fixes suggested by gkalpak closes #3213, closes #3338, closes #3277, closes #3236, closes #3375
Hi,
I am trying to achieve a speed Dial implementation with tooltips
My requirements:
In other words I want the tooltips to always show (not just on hover) but only when the actual action is visible
The problems are:
I have a codepen for this:
http://codepen.io/noamamit92/pen/RPZLLa
The text was updated successfully, but these errors were encountered: