mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 815715 - Send location change methods even if we're just moving inside the same document. r=bnicholson
This commit is contained in:
parent
74707305d1
commit
8ff53fe9c7
@ -551,6 +551,8 @@ public class Tab {
|
|||||||
setDocumentURI(message.getString("documentURI"));
|
setDocumentURI(message.getString("documentURI"));
|
||||||
if (message.getBoolean("sameDocument")) {
|
if (message.getBoolean("sameDocument")) {
|
||||||
// We can get a location change event for the same document with an anchor tag
|
// We can get a location change event for the same document with an anchor tag
|
||||||
|
// Notify listeners so that buttons like back or forward will update themselves
|
||||||
|
Tabs.getInstance().notifyListeners(this, Tabs.TabEvents.LOCATION_CHANGE, uri);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user