DescriptionFixing crash Report - Magic Signature: views::View::ConvertPointToScreen
The problem:
- The BubbleDelegateView tracks the destruction of the widget which owns the anchor view.
- The anchor view gets queried dynamically for its location upon any position change of the anchor widget.
- When a view gets deleted, the widget does not have to be deleted.
Taking that all together and looking at the shelf it is possible to get to the following scenario:
The user puts the shelf into auto hiding mode (so it changes its location). The bubble gets shown. The button - which was used for the anchor - gets deleted, which triggers the destruction of the bubble. The bubble however gets faded out slowly (while the shelf shifts out of view). In this case the location would get queried, but the view is already gone.
BUG=297676
TEST=unittest, but none visually since there isn't a simple reproducible case known
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226158
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed #Patch Set 3 : A self check encountered a few things.. #
Total comments: 47
Patch Set 4 : Addressed - git what are you doing today? #
Total comments: 14
Patch Set 5 : . #Patch Set 6 : . #Patch Set 7 : Fixed unit test #
Total comments: 4
Patch Set 8 : . #
Total comments: 9
Patch Set 9 : Addressed #Patch Set 10 : Addressed #Messages
Total messages: 20 (0 generated)
|