Caleb Troughton
Caleb Troughton
@rebendajirijr Do you have a page you could post somewhere?
@rebendajirijr I'm not sure I get the point of the `$.deck('go', from)` inside the `beforeChange` handler. You are already calling `event.preventDefault()` which prevents the change to `to` from ever happening....
@dsyer I'll give this some time soon. It's entirely possible print specific capabilities have degrade in browsers since this was written. They are not given much love in the browser...
@Jigsaw5279 Apparently if you put `.deck-container` into full screen mode, the `auto` width doesn't translate into full width like it does in normal mode. If you want a workaround until...
@eads @popkinj It cannot be disabled or easily hacked around without forking right now. I agree though that it should be. I'll include this in the 2.0 list, but as...
I'm closing duplicate tickets to focus the discussion here. I'm also closing PR #426. First, some responses to things from that PR. > Yes, I don't understand why this isn't...
@dharkness Good catch! I know what caused this. The change in 4.0 that no longer made the initial waypoint check synchronous means the `disable/enable` behavior in those docs isn't even...
@tmbrggmn Here's the problem: When you're processing a nested slide parent, setting the html with the converted value means you're replacing all of the child nodes with new ones. But...
@tmbrggmn You certainly could, though you would need to look out for a few things: - Recalling `init` within init will get you into a bit of a loop. You...
@tmbrggmn Try the latest on my master branch. The event name is the same as I mentioned above.