]> source.dussan.org Git - vaadin-framework.git/commit
Ensure href is not set to "" when target is null (#10543)
authorArtur Signell <artur@vaadin.com>
Tue, 19 Feb 2013 20:05:21 +0000 (22:05 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 19 Feb 2013 20:05:21 +0000 (22:05 +0200)
commit696ef550ad583ac3c317704fcc093f87b78b64e4
tree60581e6e3c819afec7fc55bca9eeaffb56ecf411
parentf09c12fd97cbafd10b31c79a55bd90dfef02f4a9
Ensure href is not set to "" when target is null (#10543)

A link with href="" causes a reload of the page, at least in Firefox.

Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e
client/src/com/vaadin/client/ui/link/LinkConnector.java