Opened 14 years ago
Closed 14 years ago
#6321 closed bug (fixed)
Tab title fails to update properly
Reported by: | mmadia | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #6368 | |
Platform: | All |
Description
- Open a New tab (or use one that's already open)
- Enter a non-valid URL, such as http://HAIKU-os.or/
- Close the info alert
- Enter a valid URL, such as http://HAIKU-os.org/
- The favicon will display. However the name of the tab will not update.
Change History (7)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Version: | R1/alpha2 → R1/Development |
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Owner: | changed from | to
---|
comment:4 by , 14 years ago
I might also note, this problem can be seen in other apps (i.e. Vision's title doesn't correctly update when switching channels), and I'm fairly certain this worked up until quite recently.
comment:5 by , 14 years ago
Fixed Web+ package updated in hrev37558. Leaving ticket open until app_server bug is fixed.
Note:
See TracTickets
for help on using tickets.
Partly fixed in Web+ hrev535. However, the fix has exposed some form of app_server/decorator problem ; when calling SetTitle, the title isn't changed immediately. However, when focusing another window, the change suddenly takes effect, though often with some artifacting (i.e. partially drawn tab). I'm guessing the latter might have to do with some of Clemens' recent changes so reassigning to him for that part.