Merge "ChangeScreen2: Allow scrolling while reply box is open"

This commit is contained in:
Shawn Pearce 2014-01-18 01:48:10 +00:00 committed by Gerrit Code Review
commit f9fc92b9d4

View File

@ -94,8 +94,10 @@ class ReplyAction {
replyBox.replyTo(msg);
}
final PluginSafePopupPanel p = new PluginSafePopupPanel(true);
final PluginSafePopupPanel p = new PluginSafePopupPanel(true, false);
p.setStyleName(style.replyBox());
p.setGlassEnabled(true);
p.setGlassStyleName("");
p.addAutoHidePartner(replyButton.getElement());
p.addCloseHandler(new CloseHandler<PopupPanel>() {
@Override