All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [Announce] v2.5-rc1
Date: Tue, 22 Oct 2013 11:16:09 +0300	[thread overview]
Message-ID: <20131022081608.GA2286@swordfish> (raw)
In-Reply-To: 526215F6.50106@fifthhorseman.net

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

On (10/19/13 01:17), Daniel Kahn Gillmor wrote:
> On 10/18/2013 06:33 PM, Yates, Alexandra wrote:
> > Tested PowerTop different platforms including Linux and Windows.  The following patch breaks IE compatibility. 
> > 
> > https://lists.01.org/pipermail/powertop/2013-September/000925.html 
> 
> Can you describe how IE breaks?  what specifically fails?  is there an
> explicit javascript error or a backtrace or debug log or something?  Is
> data lost or hidden?
> 
> sorry, but i don't have IE to test with, or a windows platform to run it
> on if i did.
> 

ok, classList is not supported by IE10 and older.

so this generates NULL object access:

    var el = document.getElementById(idx);
    if (el)
      el.classList.add(c);


	-ss

             reply	other threads:[~2013-10-22  8:16 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22  8:16 Sergey Senozhatsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-27  7:46 [Powertop] [Announce] v2.5-rc1 Sergey Senozhatsky
2013-11-26 21:58 Marc MERLIN
2013-11-26 19:36 Sergey Senozhatsky
2013-11-02 16:09 Marc MERLIN
2013-10-23 19:06 Sergey Senozhatsky
2013-10-23 18:32 Alexandra Yates
2013-10-23 18:00 Sergey Senozhatsky
2013-10-23 16:58 Sergey Senozhatsky
2013-10-23 16:31 Sergey Senozhatsky
2013-10-23 16:12 Alexandra Yates
2013-10-22 21:44 Sergey Senozhatsky
2013-10-22 18:05 Alexandra Yates
2013-10-22  8:56 Sergey Senozhatsky
2013-10-21 17:21 Yates, Alexandra
2013-10-19  7:00 Sergey Senozhatsky
2013-10-19  5:17 Daniel Kahn Gillmor
2013-10-18 22:33 Yates, Alexandra
2013-10-18 18:09 Kristen Carlson Accardi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131022081608.GA2286@swordfish \
    --to=powertop@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.