/irc-logs / mozilla / #accessibility / 2015-10-27 / end
Options:
Previous day, Next day
- # Session Start: Tue Oct 27 00:00:00 2015
- # Session Ident: #accessibility
- # [00:02] * Quits: @surkov (surkov@66.207.193.21) (Ping timeout: 121 seconds)
- # [00:02] * Joins: surkov_ (surkov@66.207.193.22)
- # [00:02] * ChanServ sets mode: +o surkov_
- # [00:17] * Quits: @surkov_ (surkov@66.207.193.22) (Connection closed)
- # [00:18] * Joins: surkov (surkov@66.207.193.22)
- # [00:18] * ChanServ sets mode: +o surkov
- # [00:22] <joanie> tbsaunde: pong. Sorry, in Japan for TPAC.
- # [00:22] <joanie> wsmwk: what do you need?
- # [00:43] <@tbsaunde> joanie: np, was just wondering if you'd mind if I made the value of documents that don't already have a value the url
- # [00:46] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [00:46] * ChanServ sets mode: +o yzen
- # [00:51] <@tbsaunde> yzen: did you ever test that marionette thing?
- # [00:51] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [00:51] * Quits: @surkov (surkov@66.207.193.22) (Connection closed)
- # [00:58] * Joins: richardschwerdtfeger (richardschw@moz-ob7.g6p.227.210.IP)
- # [01:01] <richardschwerdtfeger> Hi folks. Is Alex Surkov around?
- # [01:05] <joanie> tbsaunde: value?
- # [01:05] <joanie> tbsaunde: I'm immediately thinking AtkValue, so... No. :)
- # [01:05] <joanie> but what do you really mean?
- # [01:06] <joanie> tbsaunde: btw, if you mean name, I'm not sure I like that. What if it's an iframe for an add with a crazy-long javascript URI?
- # [01:10] <@tbsaunde> joanie: no, not name
- # [01:12] <@tbsaunde> joanie: oh, hrm maybe this wouldn't actually effect you interesting
- # [01:17] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [01:29] * Joins: surkov (surkov@66.207.193.22)
- # [01:29] * ChanServ sets mode: +o surkov
- # [01:31] * Parts: richardschwerdtfeger (richardschw@moz-ob7.g6p.227.210.IP)
- # [01:39] <joanie> python3
- # [01:39] <joanie> import unittest
- # [01:39] <joanie> dir(unitt.TesC)
- # [01:39] <@tbsaunde> joanie: ?
- # [01:40] <joanie> help(unittest.Tes)
- # [01:42] <joanie> q
- # [01:45] <joanie> q
- # [01:46] * Joins: joanie_ (joanmarie@moz-lg09gp.net)
- # [01:49] * Quits: joanie (joanmarie@moz-lg09gp.net) (Ping timeout: 121 seconds)
- # [02:01] * joanie_ is now known as joanie
- # [02:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [02:21] * ChanServ sets mode: +o yzen
- # [02:25] * Quits: @yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [02:34] * Quits: @surkov (surkov@66.207.193.22) (Client exited)
- # [02:44] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
- # [02:46] <wsmwk> joanie: I was revisiting some accessibility bugs, and you were NI on one of them
- # [02:47] <wsmwk> joanie: are you using thunderbird?
- # [02:49] * wsmwk dang sumo search stemming
- # [02:54] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Connection closed)
- # [03:04] <joanie> wsmwk: yes, I am using thunderbird
- # [03:05] <wsmwk> joanie: are you using an accessibility features of thunderbird on a daily basis?
- # [03:06] <wsmwk> bug 737101 is the bug I viewed
- # [03:06] <@firebot> https://bugzil.la/737101 — NEW, nobody@mozilla.org — Broken accessible hierarchy in Thunderbird Message Filters dialog
- # [03:07] * joanie is multitasking at conference but will look wsmwk
- # [03:08] <wsmwk> no rush
- # [03:22] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [03:33] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
- # [03:48] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [03:48] * ChanServ sets mode: +o yzen
- # [05:11] <@yzen> tbsaunde hopefully not too late, but the test you asked runs for me with latest m-c
- # [05:12] <@tbsaunde> yzen: hrm, mach / the test harness doesn't like the path I give it
- # [05:12] <@tbsaunde> yzen: what exactly did you do?
- # [05:14] <@yzen> tbsaunde ./mach marionette-test browser/components/loop/test/desktop-local/test_desktop_all.py
- # [05:15] <@tbsaunde> yzen: o, so from $srcdir not $objdir
- # [05:15] <@yzen> tbsaunde yes
- # [05:16] <@yzen> tbsaunde ah i see what you're saying if i run from $objdir as following:
- # [05:16] <@yzen> ../mach marionette-test ../browser/components/loop/test/desktop-local/test_desktop_all.py
- # [05:16] <@tbsaunde> yzen: my objdir isn't under #srcdir, but yes
- # [05:17] <@yzen> tbsaunde yes so i get an error loading the test doc (http://localhost:63986/browser/components/loop/test/desktop-local/index.html) that url 404s
- # [05:23] <@tbsaunde> well great, if I futz with $TERM and use a mzoconfig I can make the test run, but run on its own vs with the rest of the sweet it doesn't fail
- # [07:28] * yzen is now known as yzen_
- # [07:32] * Quits: @yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [07:48] <@firebot> jdiggs@igalia.com cancelled needinfo?(jdiggs@igalia.com) on bug 737101.
- # [07:48] <@firebot> jdiggs@igalia.com changed the Resolution on bug 737101 from --- to WORKSFORME.
- # [07:48] <@firebot> jdiggs@igalia.com changed the Status on bug 737101 from NEW to RESOLVED.
- # [07:48] <@firebot> https://bugzil.la/737101 — WORKSFORME, nobody@mozilla.org — Broken accessible hierarchy in Thunderbird Message Filters dialog
- # [07:49] <@firebot> jdiggs@igalia.com cancelled needinfo?(jdiggs@igalia.com) on bug 1178817.
- # [07:49] <@firebot> https://bugzil.la/1178817 — FIXED, fred.wang@free.fr — Reliable segfault in mozilla::a11y::HTMLTableRowAccessible::GroupPosition() in Nightly
- # [07:56] * Joins: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP)
- # [08:35] * Tomcat|afk is now known as Tomcat|sheriffduty
- # [10:04] * Joins: icaaq (icaaq@moz-rna.uhh.234.94.IP)
- # [10:04] * Quits: icaaq (icaaq@moz-rna.uhh.234.94.IP) (Connection closed)
- # [10:37] * Joins: icaaq (icaaq@moz-rna.uhh.234.94.IP)
- # [10:37] * Quits: icaaq (icaaq@moz-rna.uhh.234.94.IP) (Quit: 10-56 Intoxicated pedestrian, over and out)
- # [11:49] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [12:15] * Joins: Gijs (gijs@moz-66c.23d.97.83.IP)
- # [12:26] * Gijs is now known as Gijs_osconams
- # [12:48] * Quits: Gijs_osconams (gijs@moz-66c.23d.97.83.IP) (Ping timeout: 121 seconds)
- # [12:52] * Joins: Gijs_osconams (gijs@moz-66c.23d.97.83.IP)
- # [13:11] <@firebot> New Core - Disability Access APIs bug 1218762 filed by mzehe@mozilla.com.
- # [13:11] <@firebot> https://bugzil.la/1218762 — NEW, nobody@mozilla.org — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
- # [13:20] * Quits: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
- # [13:23] * Joins: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com)
- # [13:24] <&MarcoZ> tbsaunde: Hi! I am hitting a new crash bug 1218762, probably because IAccessible:ScrollTo does not know about proxies yet, and subsequently was badly bitten by startup crash bug 1198765, which is not a11y related.
- # [13:24] <@firebot> https://bugzil.la/1218762 — NEW — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
- # [13:24] <@firebot> https://bugzil.la/1198765 — NEW, gwright — crash in mozilla::ipc::FatalError(char const*, char const*, unsigned long, bool) | mozilla::layers::
- # [13:26] * Tomcat|sheriffduty is now known as Tomcat|lunch
- # [13:40] <@firebot> mzehe@mozilla.com changed the Resolution on bug 1218493 from --- to INVALID.
- # [13:40] <@firebot> mzehe@mozilla.com changed the Status on bug 1218493 from UNCONFIRMED to RESOLVED.
- # [13:40] <@firebot> https://bugzil.la/1218493 — INVALID, nobody@mozilla.org — NVDA does not read list items from expanded droplist
- # [13:47] <@tbsaunde> MarcoZ: ok, fair enough
- # [13:59] * Tomcat|lunch is now known as Tomcat|sheriffduty
- # [14:04] * Joins: davidb (davidb@66.207.193.21)
- # [14:04] * ChanServ sets mode: +qo davidb davidb
- # [14:05] <~davidb> heyooo
- # [14:05] * davidb is now known as davidb|afk
- # [14:06] * Joins: anvk (anovak@moz-040.mvk.11.204.IP)
- # [14:11] * davidb|afk is now known as davidb
- # [14:13] <~davidb> woot woot MarcoZ filing e10s bugs
- # [14:26] <@firebot> gingerbread_man@live.com changed the Component on bug 1218699 from Untriaged to Keyboard Navigation.
- # [14:26] <@firebot> https://bugzil.la/1218699 — UNCONFIRMED, nobody@mozilla.org — Firefox does not respond to any keyboard shortcut on Mac OS X 10.10
- # [14:35] * Joins: yzen (yzen@66.207.193.21)
- # [14:35] * ChanServ sets mode: +o yzen
- # [14:40] * wlach|afk is now known as wlach
- # [14:53] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [14:58] * davidb is now known as davidb|afk
- # [15:01] <&MarcoZ> davidb|afk: Well at least I'm trying to. :) But bug 1218762 can't be worked around without a big workaround that involves hacking NVDA code to not set focus to focusable elements when virtual cursor is being moved.
- # [15:01] <@firebot> https://bugzil.la/1218762 — NEW, nobody@mozilla.org — [E10S] crash in mozilla::a11y::ia2Accessible::scrollTo
- # [15:09] * Quits: anvk (anovak@moz-040.mvk.11.204.IP) (Connection closed)
- # [15:29] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
- # [15:35] * davidb|afk is now known as davidb
- # [15:36] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
- # [16:18] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Ping timeout: 121 seconds)
- # [16:19] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
- # [16:25] <@tbsaunde> MarcoZ: did you test mac at all? or did you see the startup crash there?
- # [16:31] <&MarcoZ> tbsaunde: No, I only tested Windows and saw the startup crash there.
- # [16:32] <&MarcoZ> tbsaunde: The startup crash happened after I ran into the other crash.
- # [16:43] * davidb is now known as davidb|afk
- # [16:45] <@tbsaunde> MarcoZ: ok
- # [16:46] <@tbsaunde> MarcoZ: I am kind of curious what mac is like
- # [17:00] <&MarcoZ> tbsaunde: On Mac, as soon as E10S is enabled, every tab has an empty scroll area where the HTML Content of a page should be.
- # [17:04] * Tomcat|sheriffduty is now known as Tomcat
- # [17:04] * Tomcat is now known as Tomcat|mtg
- # [17:06] * Quits: Gijs_osconams (gijs@moz-66c.23d.97.83.IP) (Quit: dinner)
- # [17:31] * Tomcat|mtg is now known as Tomcat|afk
- # [17:42] * davidb|afk is now known as davidb
- # [17:51] <@tbsaunde> MarcoZ: hrm interesting
- # [17:59] * Quits: ioanachiorean (ioanachiore@moz-q23.52n.2.5.IP) (Ping timeout: 121 seconds)
- # [18:49] * davidb is now known as davidb|afk
- # [18:51] * davidb|afk is now known as davidb
- # [18:57] * Joins: Aryx (Archaeopter@moz-7mthg8.cust.telecolumbus.net)
- # [18:57] <Aryx> go Fx for Android bugs into Core or Fx for Android::Keyboards and IME?
- # [19:14] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [19:14] * ChanServ sets mode: +o surkov
- # [19:16] <@firebot> dbolter@mozilla.com requested needinfo from tbsaunde+mozbugs@tbsaunde.org on bug 1218446.
- # [19:16] <@firebot> https://bugzil.la/1218446 — NEW, nobody@mozilla.org — crash in nsAccessibilityService::MarkupRole
- # [19:18] * Parts: Aryx (Archaeopter@moz-7mthg8.cust.telecolumbus.net) ("")
- # [19:21] <@firebot> surkov.alexander@gmail.com cancelled needinfo?(surkov.alexander@gmail.com) on bug 1218446.
- # [19:37] * Joins: Jayflux (Jayflux@moz-dotoba.opaltelecom.net)
- # [20:00] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [20:05] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [20:05] * ChanServ sets mode: +o surkov
- # [20:54] * Joins: bernard (bernard@moz-nkkk7o.81.in-addr.arpa)
- # [21:00] * davidb is now known as davidb|afk
- # [21:02] * Quits: ~davidb|afk (davidb@66.207.193.21) (Quit: Blah blah blah)
- # [21:06] * Quits: @yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
- # [21:31] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
- # [22:48] * wlach is now known as wlach|afk
- # [23:00] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [23:01] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [23:01] * ChanServ sets mode: +o surkov
- # [23:18] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [23:19] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [23:19] * ChanServ sets mode: +o surkov
- # [23:32] * Quits: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [23:35] * Quits: @surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # Session Close: Wed Oct 28 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn