GNOME Bugzilla – Bug 754427
Title box should never enter title mode when there is no title
Last modified: 2015-09-02 13:25:36 UTC
* View some pdf: https://www.usenix.org/system/files/1401_08-12_mickens.pdf * Click in the location entry * Press escape Now the title box is visible, but there is no title, which looks bad. It's because we forgot to check for that before calling ephy_title_box_set_mode in ephy_title_box_entry_key_press_cb. We should really check the title inside _set_mode to make sure this can't ever happen, then we don't need checks all over the place.
Created attachment 310457 [details] [review] EphyTitleBox: Escape should not work when there's no title Be careful to not allow switching to title mode when the page has no title.
Review of attachment 310457 [details] [review]: Makes sense, thanks.
Attachment 310457 [details] pushed as 01014b8 - EphyTitleBox: Escape should not work when there's no title