Inside of a Modal Window, I have a Panel with a Fragment that has
AjaxFallbackLink that we use for indicating selection.
(The onClick toggles a selection status in the underlying model)
The trouble is a shift or ctrl click opens up a new window or tab with an
Internal Error showing-
ideally we'd capture the shift or click state so we can do the UI
appropriate thing, but for now, is there any easy way of treating a shift or
ctrl click as a normal click?

I know this (the shift- and ctrl- behavior) might be browser specific and
happening at a low level, but I'm trying to find a workaround without
revamping the whole structure of what I'm working with...

Thanks!

Reply via email to