← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1327276] [NEW] filter function doesn't handle some special characters

 

Public bug reported:

== Steps to Reproduce ==

1. Project > Volumes > Create Volume
2. In Description box, put in '$24.00 ^ ?" and fill out required fields.
3. Press 'Create Volume' button
4. Do a search for '$', '^', '?' (other special characters seem to work fine)
==> The table remains the same when it should filter out the other rows.

See attachment.


We are using the jQuery quicksearch plugin to handle filtering.

In example here: http://deuxhuithuit.github.io/quicksearch/r/examples/,
at least '$' seems to work properly with the basic plugin, so maybe our
testQuery() function in horizon.tables.js is missing something?

** Affects: horizon
     Importance: Undecided
         Status: New

** Attachment added: "Untitled.png"
   https://bugs.launchpad.net/bugs/1327276/+attachment/4126568/+files/Untitled.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1327276

Title:
  filter function doesn't handle some special characters

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  == Steps to Reproduce ==

  1. Project > Volumes > Create Volume
  2. In Description box, put in '$24.00 ^ ?" and fill out required fields.
  3. Press 'Create Volume' button
  4. Do a search for '$', '^', '?' (other special characters seem to work fine)
  ==> The table remains the same when it should filter out the other rows.

  See attachment.

  
  We are using the jQuery quicksearch plugin to handle filtering.

  In example here:
  http://deuxhuithuit.github.io/quicksearch/r/examples/, at least '$'
  seems to work properly with the basic plugin, so maybe our testQuery()
  function in horizon.tables.js is missing something?

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1327276/+subscriptions


Follow ups

References