vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Class selectors do not work when whitespace is not just spaces. #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get HtmlDocument from http://shoryuken.com/forum/index.php?events/monthly
2. Use `document.CssSelect("td.primaryContent.weekends.nowWeek.nowToday")

What is the expected output? What do you see instead?

I expect one TD element to be returned.  However, there are tabs, carriage 
returns, and linefeeds in the class attribute on the tag, and only the first 
class selector (td.primaryContent) works.

What version of the product are you using? On what operating system?

1.0.0.0 - Windows 7
Please provide any additional information below.

Original issue reported on code.google.com by casper...@caspershouse.com on 20 May 2012 at 7:48

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/atifaziz/Fizzler/issues/51
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 23 Aug 2015 at 1:34