Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java gwt-MATERY-1.5.0.jar中的MaterialModal失败_Java_Gwt_Modal Dialog_Material Design - Fatal编程技术网

Java gwt-MATERY-1.5.0.jar中的MaterialModal失败

Java gwt-MATERY-1.5.0.jar中的MaterialModal失败,java,gwt,modal-dialog,material-design,Java,Gwt,Modal Dialog,Material Design,我将我的GWT应用程序从GWT-MATERY-1.4.0升级到GWT-MATERY-1.5.0,所有模式对话框开始出现故障。模态只是显示为一个空白的灰色页面,没有内容。有没有人碰到这个问题并解决了?我想解决这个问题。我将非常感谢你的帮助。这是我的样品 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt

我将我的GWT应用程序从GWT-MATERY-1.4.0升级到GWT-MATERY-1.5.0,所有模式对话框开始出现故障。模态只是显示为一个空白的灰色页面,没有内容。有没有人碰到这个问题并解决了?我想解决这个问题。我将非常感谢你的帮助。这是我的样品

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui"
 xmlns:m="urn:import:gwt.material.design.client.ui">
 <g:HTMLPanel>
   <m:MaterialModal type="DEFAULT" inDuration="500" outDuration="500"
     ui:field="aboutUsModal" backgroundColor="blue" dismissable="true">
     <m:MaterialModalContent>
       <m:MaterialTitle title="Default Modal" description="Howdy world!" />
     </m:MaterialModalContent>
     <m:MaterialModalFooter>
       <m:MaterialButton text="Close Modal" type="FLAT" />
     </m:MaterialModalFooter>
   </m:MaterialModal>
 </g:HTMLPanel>


更新-GWT材料设计团队发布了一个更新(GWT-MATERY-1.5.1),其中包含一些错误修复。从gwt-material-1.5.0迁移到gwt-material-1.5.1修复了此问题。我如何将此标记为已解决?更新-gwt材料设计团队发布了一个更新(gwt-material-1.5.1),其中包含一些错误修复。从gwt-material-1.5.0迁移到gwt-material-1.5.1解决了此问题。如何将此标记为已解决?