You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# in a rolewidget':top','.top'widget':parent','.parent',dowidget:child,'.child'end# in a Cuke stepwidget(:parent).widget(:child).widget(:top).classes#=> ['top']
The issue I was running into was that because drag_to was a method on the source widget, and both were in the top namespace, I couldn't access the target widget from the source widget. Could that have something to do with it?
It's possible. I think we're resolving the constants with const_get, so maybe there's some setting that should be used to make it see more constants than it does now.
They will be automatically scoped to the current widget
The text was updated successfully, but these errors were encountered: