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

Issue 5809357497303040: Notification 'x' button in popup fix (Closed)

Created:
Feb. 22, 2014, 5:17 p.m. by saroyanm
Modified:
Feb. 25, 2014, 12:40 p.m.
Visibility:
Public.

Description

This issue is related to current ticket: https://trello.com/c/2JexnYDW/367-quick-fix-x-in-icon-popup-notification-box-doesn-t-close-notification

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M notification.js View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3
Felix Dahlke
LGTM, although we typically set useCapture to false for reasons I'm not entirely sure about. ...
Feb. 24, 2014, 12:49 p.m. (2014-02-24 12:49:02 UTC) #1
Thomas Greiner
On 2014/02/24 12:49:02, Felix H. Dahlke wrote: > LGTM, although we typically set useCapture to ...
Feb. 25, 2014, 11:19 a.m. (2014-02-25 11:19:14 UTC) #2
saroyanm
Feb. 25, 2014, 12:40 p.m. (2014-02-25 12:40:47 UTC) #3
On 2014/02/25 11:19:14, Thomas Greiner wrote:
> On 2014/02/24 12:49:02, Felix H. Dahlke wrote:
> > LGTM, although we typically set useCapture to false for reasons I'm not
> entirely
> > sure about. Thomas?
> 
> LGTM but please add the useCapture parameter to the addEventListener function
as
> Felix suggested. We usually add it to clarify what the event listener
captures.
> 
> We may need to revisit this depending on how
> http://codereview.adblockplus.org/6098518317989888/ turns out.

Commited changes, updated useCapture parameter for the Element and for window
Onload listener.

Powered by Google App Engine
This is Rietveld