Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5115653975441408: Let popup reload when it is shown, after it was programatically closed, on Safari (Closed)

Created:
Jan. 17, 2014, 11:38 a.m. by Sebastian Noack
Modified:
Jan. 17, 2014, 3:02 p.m.
CC:
Thomas Greiner
Visibility:
Public.

Description

window.close() doesn't work in the popover on Safari. So we had to use safari.self.hide() instead, see http://codereview.adblockplus.org/5768552254537728/. However this isn't really the same. It just hides the popover and will show it again with the same state, when you click the toolbar item again. So we also have to make sure that the bubble is reloaded when it is shown the next time.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M safari/ext/popup.js View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3
Sebastian Noack
Jan. 17, 2014, 11:47 a.m. (2014-01-17 11:47:06 UTC) #1
Felix Dahlke
LGTM
Jan. 17, 2014, 1:57 p.m. (2014-01-17 13:57:11 UTC) #2
Wladimir Palant
Jan. 17, 2014, 3:02 p.m. (2014-01-17 15:02:35 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld