Bug #773
CSS selector doesn't match selector
Start date:
08/07/2014
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey over 10 years ago
- Subject changed from CSS selector doesn to CSS selector doesn't match selector
- URL: http://apps.splunk.com/app/981/
- Selector: #app-rate-text+li
#2 Updated by Luke Murphey over 10 years ago
This is the HTML:
<li id="app-rate-text"><i class="icon-star"></i><span class="app-rate-text"></span></li> <li><i class="icon-download-alt" data-toggle="tooltip" data-placement="top" title="Downloads"></i>3184 downloads</li>Some observations:
- ".simple-list" doesn't include the downloads either when used with web_input; $('.simple-list').text() does though
- "sel = CSSSelector('#app-rate-text + li')" does seem to match the correct node in Python
- In Python, '.simple-list' matches 5 nodes. In web_input, it matches 4
#3 Updated by Luke Murphey over 10 years ago
- Status changed from New to Closed
- Assignee set to Luke Murphey
- Priority changed from Normal to Urgent
- Target version set to 0.9
#4 Updated by Luke Murphey over 10 years ago
- File css_test2.py View added
- File css_test.py View added