What steps will reproduce the problem?
1. Download the gwtbootstrap library
2. Create a new uibinded GUI class
3. Add this to the ui.xml file:
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:b='urn:import:com.github.gwtbootstrap.client.ui'
xmlns:be="urn:import:nz.co.doltech.framework.extensions.gwtbootstrap.client.ui"
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
ui:generateKeys='com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator'
ui:generateLocales='default'>
<g:HTMLPanel>
<b:ResponsiveNavbar>
<b:Nav>
<b:NavLink>Home</b:NavLink>
<b:NavLink>Create Event</b:NavLink>
<b:NavLink>Quick Action</b:NavLink>
<b:NavLink>Events</b:NavLink>
<b:NavLink>Actions</b:NavLink>
<b:NavLink>Help</b:NavLink>
</b:Nav>
<b:Nav alignment="RIGHT">
<b:Dropdown>
<b:NavLink>Management</b:NavLink>
</b:Dropdown>
</b:Nav>
</b:ResponsiveNavbar>
</g:HTMLPanel>
</ui:UiBinder>
What is the expected output? What do you see instead?
Expected to load gwt designer properly, instead it will crash.
What version of the product are you using? On what operating system?
3.1.2.r43
Original issue reported on code.google.com by ben.tech...@gmail.com on 12 Jan 2014 at 10:42
Original issue reported on code.google.com by
ben.tech...@gmail.com
on 12 Jan 2014 at 10:42Attachments: