java.lang.Object | ||
↳ | com.google.gwt.user.client.impl.WindowImpl | |
↳ | com.google.gwt.user.client.impl.WindowImplIE |
IE implementation of WindowImpl
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WindowImplIE.Resources | The resources for this implementation. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
For IE6, reading from $wnd.location.hash drops part of the fragment if the
fragment contains a '?'.
| |||||||||||
For IE6, reading from $wnd.location.search gets confused if hash contains
a '?'.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
For IE6, reading from $wnd.location.hash drops part of the fragment if the fragment contains a '?'. To avoid this bug, we use location.href instead.
For IE6, reading from $wnd.location.search gets confused if hash contains a '?'. To avoid this bug, we use location.href instead.