#13068 closed bug (duplicate)
Address bar URL doesn't always display
Reported by: | arfonzo | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | arfonzo | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Sporadic behavior, generally noticed when opening links as new tabs.
Symptoms:
- The address bar remains blank
- Or, shows a previous tab's URL.
On refreshing the page manually, the URL is populated in the address bar.
Change History (4)
comment:1 by , 8 years ago
comment:3 by , 7 years ago
Blocked By: | 13548 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is because of the "don't update URL bar while it is focused" hack. In particular, it is focused automatically when creating a new tab, so the URL can't be set.
This hack needs to be reworked with a proper implementation of the feature (do not change the URL, only if the user is actually editing it)