pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
254 stars 21 forks source link

New element picker and capitalization of selectors #51

Closed anewuser closed 5 years ago

anewuser commented 5 years ago

It creates a rule for H3. View output is blank.

If you change that to h3, View output loads all entries accordingly.

onli commented 5 years ago

Right, nokogiri behaves different than I expected here. The selector with H3 works just fine in the browser, but not with nokogiri in the pipes backend. I changed the select library (https://github.com/pipes-digital/pipe-select) to lowercase the selector when picking a node name as selector, like here.

The js library is loaded in an iframe, you might need to clear the cache to get the current version.

Thanks for catching this incompatibility!