Merge "ChangeScreen2: Allow scrolling while reply box is open"
This commit is contained in:
commit
f9fc92b9d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user