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

Issue 29322581: Issue 2356 - Implemented tooltip functionality (Closed)

Created:
July 17, 2015, 4:08 p.m. by Thomas Greiner
Modified:
July 29, 2015, 10:30 a.m.
Reviewers:
saroyanm
CC:
Felix Dahlke
Visibility:
Public.

Description

Also part of this review: - Fixed: Long section titles caused lines to overflow - Fixed: "read more" links were not aligned in the top-right corner of a section Note that we need to check and update the options page texts at some point anyway. Therefore the tooltip texts should not be considered final yet.

Patch Set 1 #

Total comments: 31

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -23 lines) Patch
M locale/en-US/options.json View 1 4 chunks +40 lines, -0 lines 0 comments Download
M options.html View 1 2 4 chunks +49 lines, -15 lines 0 comments Download
M skin/options.css View 1 2 3 7 chunks +123 lines, -8 lines 1 comment Download
M skin/options-sprite.png View Binary file 0 comments Download
A skin/tooltips/acceptable-ads.png View Binary file 0 comments Download
A skin/tooltips/block.png View Binary file 0 comments Download
A skin/tooltips/more.png View Binary file 0 comments Download
A skin/tooltips/whitelisted.png View Binary file 0 comments Download

Messages

Total messages: 9
Thomas Greiner
July 17, 2015, 4:19 p.m. (2015-07-17 16:19:13 UTC) #1
saroyanm
https://codereview.adblockplus.org/29322581/diff/29322582/options.html File options.html (right): https://codereview.adblockplus.org/29322581/diff/29322582/options.html#newcode80 options.html:80: <span class="tooltip"> I think we shouldn't put div inside ...
July 22, 2015, 6:25 p.m. (2015-07-22 18:25:39 UTC) #2
Thomas Greiner
https://codereview.adblockplus.org/29322581/diff/29322582/options.html File options.html (right): https://codereview.adblockplus.org/29322581/diff/29322582/options.html#newcode80 options.html:80: <span class="tooltip"> On 2015/07/22 18:25:38, saroyanm wrote: > I ...
July 28, 2015, 2:13 p.m. (2015-07-28 14:13:08 UTC) #3
saroyanm
BTW I do think make sense to have special folder for images, currently we have ...
July 28, 2015, 5:21 p.m. (2015-07-28 17:21:43 UTC) #4
Thomas Greiner
https://codereview.adblockplus.org/29322581/diff/29322582/options.html File options.html (right): https://codereview.adblockplus.org/29322581/diff/29322582/options.html#newcode83 options.html:83: <img src="skin/tooltips/block.png"> On 2015/07/28 17:21:42, saroyanm wrote: > On ...
July 28, 2015, 6:19 p.m. (2015-07-28 18:19:23 UTC) #5
saroyanm
https://codereview.adblockplus.org/29322581/diff/29322854/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29322581/diff/29322854/skin/options.css#newcode819 skin/options.css:819: div[role="tooltip"]:hover On 2015/07/28 18:19:22, Thomas Greiner wrote: > On ...
July 29, 2015, 9:39 a.m. (2015-07-29 09:39:00 UTC) #6
Thomas Greiner
https://codereview.adblockplus.org/29322581/diff/29322863/skin/options.css File skin/options.css (right): https://codereview.adblockplus.org/29322581/diff/29322863/skin/options.css#newcode149 skin/options.css:149: flex: 1; On 2015/07/29 09:38:59, saroyanm wrote: > In ...
July 29, 2015, 9:59 a.m. (2015-07-29 09:59:53 UTC) #7
saroyanm
On 2015/07/29 09:59:53, Thomas Greiner wrote: > https://codereview.adblockplus.org/29322581/diff/29322863/skin/options.css > File skin/options.css (right): > > https://codereview.adblockplus.org/29322581/diff/29322863/skin/options.css#newcode149 ...
July 29, 2015, 10:12 a.m. (2015-07-29 10:12:12 UTC) #8
saroyanm
July 29, 2015, 10:12 a.m. (2015-07-29 10:12:21 UTC) #9
https://codereview.adblockplus.org/29322581/diff/29322872/skin/options.css
File skin/options.css (right):

https://codereview.adblockplus.org/29322581/diff/29322872/skin/options.css#ne...
skin/options.css:268: width: 960px;
nit: It's doesn't make any sense to have specified width here, but as far as I
understand this styles will be changed anyway so feel free keep it or remove so
we will come back to it later on.

Powered by Google App Engine
This is Rietveld