Git Product home page Git Product logo

Comments (10)

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

Well, yes. That's a relict of the Mediathek field ... I'm not sure if the Firebug warning is correct though.

from subsectionmanager.

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

I misunderstood your report and thought you were talking about the section settings. I cannot reproduce this issue using Firefox 3.6.

Do you use any other JavaScript based extension that might hook into the key events?

from subsectionmanager.

michael-e avatar michael-e commented on August 16, 2024

I tried a rather clean install, using only these extensions:

  • Debug DevKit
  • Export Ensemble
  • Field: Select Box Link
  • JIT Image Manipulation
  • Maintenance Mode
  • Profile Devkit
  • Subsection Manager
  • Text Formatter: Markdown

Still I get one error for every letter I type in the search field.

from subsectionmanager.

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

Hm, I checked the source of all related Subsection Manager JavaScript files and I couldn't find anything that would cause this error.

from subsectionmanager.

michael-e avatar michael-e commented on August 16, 2024

It's gone if I comment out line 167-169 in symphony-stage.js:

if(settings.searchable) {
    object.find('div.queue .browser').bind('click keyup', object.stage.search);
}

(Of course this breaks search.)

from subsectionmanager.

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

This might be jQuery related. There was an update between Symphony 2.0.7 and 2.0.8RC1? Which version are you using?

from subsectionmanager.

michael-e avatar michael-e commented on August 16, 2024

I experience this on 2.0.7 and 2.0.8 RC1 alike. But I agree that it might be related to jQuery...

from subsectionmanager.

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

Just to fully test this issue could you just remove the keyup from the snippet you posted above and see if this stops the error messages from popping up?

from subsectionmanager.

michael-e avatar michael-e commented on August 16, 2024

Confirmed. Error stops, search breaks.

from subsectionmanager.

nilshoerrmann avatar nilshoerrmann commented on August 16, 2024

So it's definitely a jQuery bug then. As it's a warning nothing is broken. Case closed for now.

from subsectionmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.