]> source.dussan.org Git - vaadin-framework.git/commit
Fix fragment handling regression caused by #10769 (#11686) 7.0.5
authorJohannes Dahlström <johannesd@vaadin.com>
Tue, 23 Apr 2013 11:22:30 +0000 (14:22 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 23 Apr 2013 12:26:54 +0000 (12:26 +0000)
commit9c6d4b4add253b96feb2d8bc41354c44bb8834d6
treef2d023b76af00925962e8ee741c7243d60f1eaf2
parent2c29e7b1d28f67642d4c1d9d8e8201a141dbe80a
Fix fragment handling regression caused by #10769 (#11686)

Due to the way Window.Location.createUrlBuilder works, a location URI with no
fragment (as opposed to an empty fragment) was sent on Webkit browsers when
the client-side location had an empty fragment.

TestBench test: FragmentChangeEvents.html

Change-Id: Ie2e8dc3fffc13aaa53105b54e07b1f81f3878f1b
client/src/com/vaadin/client/ui/VUI.java