I have a repeater where each item is a dynamic panel. One panel-state is ‘Hover’ which shows how an item should look on hover. I set panel state to ‘hover’ on mouseenter and back to normal on mouseout. However, the mouseout event does not always seem to trigger. Especially when I move the mouse at speed through the repeater, many items remain in hover state. Is there a better way to do this (given the context that I need each item to be a dynamic panel)? Is this an Axure bug (in my opinion the mouseout event should trigger)?
use the mouseover (like selected and disabled) from the widget properties (you will not find it if you select the dp but the widgets inside).
to trigger this interactions styles check “trigger mouse interactions styles” in the properties panel of the dynamic panel.
thx Gregor, this works perfectly if the differences are purely cosmetic (backgroundcolours and the like). In my case I want to show a delete button on hover for quick deletion of this item, which means that on hover I need to display an extra widget. This doesn’t seem possible to me purely with interaction styles. Hence my solution using a separate dynamic panel state. Is there a way to get hover to function properly in this scenario too?
normal: opacity=0
hover: opacity= 100
Thx Gregor, simple solution, works like a charm.
Hi there,
Would it be possible to post a sample of this? I fear that my implementation of alternating line colors (for better legitibiliy of tables) may conflict with your suggested technique.
Hover-Repeater.rp (53.0 KB)
Like this?