Keith Clark
Keith Clark
Unfortunately, IE6-8 do not support DOMNodeInserted so that's not possible.
Can you try using selectivizr 1.0.3b to see if that solves your issue. I've changed the way selectivizr initializes itself which may solve your problem. When using the newer version,...
Thanks for the feedback. Are you suggesting inserting a new blank row above/below the currently selected row, or were you thinking having this happen at a track level?
I'll look into what's causing this behaviour. If you could upload a barebones example of the problem somewhere that would help me a lot. Does the selectivizr test page pass...
Thanks for taking time to do that. I'll add your findings to my test page and hopefully recreate the problem and start working on a fix. I assume you updated...
In a really early version of the tracker I did have the notes selectable by clicking them in the channel. I quickly dropped that feature as it became more of...
I've tested this and it works fine in everything except IE6, which doesn't support the `~` combinator. Do you have an online demo of the problem I could look at?
Hi. Do you have an example I can look at?
@brgrz I'll happily merge PR's if they contain tests that identify the issue and prove the fix. For almost every open PR I have to checkout the branch and try...
First off, make sure your using the latest release of selectivizr (1.0.3b) and ensure it's loaded before respond.js. If you've already done that, could you upload a demo for me...