/irc-logs / mozilla / #accessibility / 2013-03-04 / end

Options:

  1. # Session Start: Mon Mar 04 00:00:00 2013
  2. # Session Ident: #accessibility
  3. # [00:09] * Joins: fxa90id_ (fxa90id@moz-744F79FE.dsl.dynamic.t-mobile.pl)
  4. # [00:09] * Quits: fxa90id (fxa90id@moz-6DD6661D.dsl.dynamic.t-mobile.pl) (Ping timeout)
  5. # [00:13] * Quits: fxa90id_ (fxa90id@moz-744F79FE.dsl.dynamic.t-mobile.pl) (Quit: Leaving)
  6. # [00:37] <@firebot> New Core - Disability Access APIs bug 847233 filed by mounir@lamouri.fr.
  7. # [00:37] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=847233 nor, --, ---, mounir, ASSI, Fix a11y with <input type='file'> changes
  8. # [00:58] * Quits: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com) (Quit: Justin_o)
  9. # [00:59] * Joins: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com)
  10. # [01:13] * Quits: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com) (Quit: Justin_o)
  11. # [01:28] * Joins: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com)
  12. # [01:53] * Quits: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com) (Quit: Justin_o)
  13. # [01:58] * Joins: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com)
  14. # [02:21] * Quits: Justin_o (Justin_o@moz-859149B2.cpe.net.cable.rogers.com) (Quit: Justin_o)
  15. # [02:24] <@firebot> surkov.alexander@gmail.com requested needinfo from jamie@nvaccess.or g on bug 847233.
  16. # [02:24] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=847233 nor, --, ---, mounir, ASSI, Fix a11y with <input type='file'> changes
  17. # [03:38] * Quits: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  18. # [03:38] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  19. # [03:39] * Quits: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  20. # [03:46] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  21. # [03:46] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  22. # [03:47] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  23. # [03:56] * Joins: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP)
  24. # [03:59] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  25. # [05:01] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  26. # [05:06] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  27. # [05:12] * Joins: egdeaile (chris@moz-CFBEB121.bltmmd.fios.verizon.net)
  28. # [05:14] <egdeaile> Working on Bug 846184 owned by surkov, but having trouble understanding what I am looking for in the XBLPrototypeBinding files
  29. # [05:14] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=846184 nor, --, ---, nobody, NEW, LWTheme should be shown on startup
  30. # [05:15] <egdeaile> Wrong Bug
  31. # [05:15] <egdeaile> 846185
  32. # [05:15] <tbsaunde> egdeaile: hi, which bug do you mean?
  33. # [05:15] <egdeaile> Bug 846185
  34. # [05:15] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=846185 nor, --, ---, nobody, NEW, get rid of nsIAccessibleProvider
  35. # [05:17] <egdeaile> Surkov told me to find the @role attribute in the nsXBLPrototypeBinding element, but I've looked through the .h and .cpp files and don't find anything that indicates to me the meaning of "@role", which basically means I know less than I thought I did about this and am now convinced I need to learn a bunch more to conquer this thing
  36. # [05:18] <tbsaunde> egdeaile: looking
  37. # [05:19] <egdeaile> tbsaunde: thanks!
  38. # [05:21] <tbsaunde> egdeaile: so, this is about the xbl bindings themselves in toolkit/content/widget/
  39. # [05:21] <egdeaile> ok, going there
  40. # [05:21] <tbsaunde> and you'll see some of them implement nsIAccesibleProvider
  41. # [05:22] <egdeaile> ok
  42. # [05:22] <tbsaunde> for those you should replace the accessibleType getter with role= on the <content>
  43. # [05:26] <egdeaile> In the <impelementation tag or between the <getter></getter>?
  44. # [05:28] <tbsaunde> egdeaile: add role= to the <content> part
  45. # [05:28] <egdeaile> <content sizetopopup="pref" role="nsIAccesibleProvider">
  46. # [05:28] <tbsaunde> for example tree.xml:37
  47. # [05:29] <tbsaunde> egdeaile: yes, but rule="xulwhatever"
  48. # [05:30] <egdeaile> Lost me again…. Sorry. I'm on 37 of tree.xml
  49. # [05:30] <egdeaile> I understand adding the role="" into the tag, but I'm not sure what goes in the quotes, or where to match that up with
  50. # [05:31] <egdeaile> role="XULTree"?
  51. # [05:31] <egdeaile> from the <getter> tags?
  52. # [05:36] <tbsaunde> egdeaile: yes
  53. # [05:37] <tbsaunde> egdeaile: then remove the <getter>
  54. # [05:37] <egdeaile> tbsaunde: That was my next question.
  55. # [05:37] <egdeaile> Thank you very much!
  56. # [05:37] <tbsaunde> egdeaile: np, feel free to ask more questions
  57. # [05:38] <egdeaile> tbsaunde: I'll see if I can't get on this for a bit and submit my work to surkov!
  58. # [05:40] <egdeaile> tbsaunde: Since the getter lists it as "XULTree" should the role="XULTree" or "xultree"
  59. # [05:41] <tbsaunde> egdeaile: I guess XULTree is nicer
  60. # [05:41] <egdeaile> tbsaunde: But it wouldn't matter from an operational point of view?
  61. # [05:43] <tbsaunde> egdeaile: once oyu change the xbl files you also need to change the stuff in nsAccessibilityService::CreateAccessibleByType()
  62. # [05:43] <tbsaunde> egdeaile: so long as what's in the xbl and in nsAccessibilityService::CreateAccessibleByType() match it doesn't matter
  63. # [05:44] <egdeaile> Okay!
  64. # [05:44] <egdeaile> I think that is at least enough information for me to be dangerous, I'll see what I can accomplish with your excellent help!
  65. # [05:53] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  66. # [06:08] <egdeaile> tbsaunde: I'm back!
  67. # [06:08] <tbsaunde> egdeaile: hey again
  68. # [06:09] <egdeaile> tbsaunde: I'm in the nsAccessibilityService.cpp file, starting at line 1049 where the CreateAccessibleByType() definition is
  69. # [06:10] <egdeaile> tbsaunde: I understand I need to modify the case statements, but I'm not sure how to ensure I'm pulling in the roll attribute from the XML files
  70. # [06:12] <tbsaunde> egdeaile: I think you can just call GetAttribute() on the content and compare the string you get
  71. # [06:13] <egdeaile> Thanks!
  72. # [06:25] * Quits: egdeaile (chris@moz-CFBEB121.bltmmd.fios.verizon.net) (Quit: egdeaile)
  73. # [06:39] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  74. # [06:57] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  75. # [07:21] * Quits: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP) (Quit: scott_gonzalez)
  76. # [07:33] * Quits: peteb-away (ptbrunet@moz-E9B02845.austin.res.rr.com) (Ping timeout)
  77. # [07:34] * Joins: peteb-away (ptbrunet@moz-E9B02845.austin.res.rr.com)
  78. # [07:37] * Quits: peteb-away (ptbrunet@moz-E9B02845.austin.res.rr.com) (Ping timeout)
  79. # [08:13] * Joins: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com)
  80. # [08:37] * Joins: icaaq (Adium@568B5ACD.7DCD925.CE255B90.IP)
  81. # [08:43] * Quits: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com) (Ping timeout)
  82. # [08:57] * Joins: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com)
  83. # [10:15] * Quits: icaaq (Adium@568B5ACD.7DCD925.CE255B90.IP) (Ping timeout)
  84. # [11:19] * Joins: icaaq (Adium@714E29CB.13DB46CE.3B93FF6D.IP)
  85. # [11:33] <@firebot> surkov.alexander@gmail.com changed the Assignee on bug 678477 from michaljev@o2.pl to surkov.alexander@gmail.com.
  86. # [11:33] <@firebot> surkov.alexander@gmail.com requested review from trev.saunders@gmail .com for attachment 720590 on bug 678477.
  87. # [11:33] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=678477 nor, --, ---, surkov.alexander, ASSI, change ownership of nsCaretAccessible
  88. # [11:36] <@firebot> emorley@mozilla.com changed the Assignee on bug 846204 from nobody@mozilla.org to surkov.alexander@gmail.com.
  89. # [11:36] <@firebot> emorley@mozilla.com changed the Status on bug 846204 from NEW to ASSIGNED.
  90. # [11:36] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=846204 nor, --, ---, surkov.alexander, ASSI, unregister DocManager from DOM event listeners
  91. # [12:57] * Joins: victorporof (victorporo@AB6322B1.67CDC207.79933D60.IP)
  92. # [13:54] * Joins: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP)
  93. # [14:29] * Joins: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP)
  94. # [14:53] * Joins: habber (habber@moz-8654C0B7.nyc.res.rr.com)
  95. # [14:54] * Quits: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP) (Quit: scott_gonzalez)
  96. # [15:08] * Quits: habber (habber@moz-8654C0B7.nyc.res.rr.com) (Ping timeout)
  97. # [15:19] * Joins: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP)
  98. # [15:24] * Quits: scott_gonzalez (scott_gonz@BB9698C2.C27A9FBD.EEB48533.IP) (Quit: scott_gonzalez)
  99. # [15:24] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  100. # [15:24] * ChanServ sets mode: +qo davidb davidb
  101. # [15:24] * Joins: jongund (chatzilla@moz-97EEA285.rehab.uiuc.edu)
  102. # [15:25] <@davidb> heyo
  103. # [15:33] * Quits: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  104. # [15:37] * Joins: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net)
  105. # [15:37] * ChanServ sets mode: +o marcoz
  106. # [15:37] <@marcoz> Hi all!
  107. # [15:38] <@marcoz> davidb: Hi! Forget my DM! :) It finished migrating data a few minutes after I wrote it. And now I
  108. # [15:38] <@davidb> woot!
  109. # [15:38] <@marcoz> i'm on-line with the new beauty! :)
  110. # [15:38] <@davidb> onward!
  111. # [15:38] <@davidb> marcoz: how were flights?
  112. # [15:39] * Joins: peteb-away (ptbrunet@moz-E9B02845.austin.res.rr.com)
  113. # [15:41] <@marcoz> davidb: As planned this time! :) No unusual events, and I even had a good night's sleep when I got home. Except for a brief tired moment around noon, I've been good so far today as well. :)
  114. # [15:42] <@davidb> nice
  115. # [15:44] <@davidb> marcoz: I'm guessing no 1:1 today?
  116. # [15:47] <@marcoz> davidb: Nope, doesn't make much sense I think. Tomorrow maybe?
  117. # [15:47] <@davidb> roger
  118. # [15:47] <@marcoz> Fun, restoring mozilla-inbound and updating it seems to have created several merge conflicts of files I've never touched. Better re-clone.
  119. # [15:49] * Joins: habber (habber@moz-8654C0B7.nyc.res.rr.com)
  120. # [15:50] * Joins: clown (clown@67828CC7.C1A51174.9D42CF23.IP)
  121. # [15:50] * clown is now known as clown_mtg
  122. # [15:53] * Quits: nhirata (anonymous@moz-1A50F7F8.hsd1.ca.comcast.net) (Quit: nhirata)
  123. # [15:58] * khuey|away is now known as khuey
  124. # [16:18] <@davidb> tbsaunde: will you be on site today?
  125. # [16:18] <@davidb> also, hi!
  126. # [16:19] * @marcoz runs first full Firefox for Android build on new MBP and times it.
  127. # [16:23] <tbsaunde> davidb: yeah, I'm leaving shortly
  128. # [16:23] <@davidb> ack
  129. # [16:27] * Quits: icaaq (Adium@714E29CB.13DB46CE.3B93FF6D.IP) (Ping timeout)
  130. # [16:40] <SteveF> davidb: can still taste you cheek ah bliss...
  131. # [16:40] <@davidb> SteveF: i regret washing my face
  132. # [16:41] <SteveF> :-)
  133. # [16:41] <SteveF> was great to see you guys - understated inspiration the lot of you
  134. # [16:41] <@hub> marcoz: new machine?
  135. # [16:42] <@marcoz> hub: Yup!
  136. # [16:43] <SteveF> accessibility jocks on valium
  137. # [16:53] <@davidb> SteveF: and you
  138. # [17:01] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  139. # [17:11] <@marcoz> Attempt to build was cut short by bug 847429. :-( Someone broke OS X builds.
  140. # [17:11] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=847429 maj, --, ---, nobody, NEW, Fix build errors for OS X builds introduced by bug 844275
  141. # [17:19] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  142. # [17:39] * Quits: jongund (chatzilla@moz-97EEA285.rehab.uiuc.edu) (Ping timeout)
  143. # [17:42] * Quits: clown_mtg (clown@67828CC7.C1A51174.9D42CF23.IP) (Quit: Leaving.)
  144. # [17:49] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  145. # [17:56] * @eeejay waves
  146. # [17:56] <@hub> hi
  147. # [17:56] <@eeejay> yo hub
  148. # [17:56] * Joins: richardschwerdtfeger (richardsch@moz-741065CC.lightspeed.austtx.sbcglobal.net)
  149. # [17:58] <@marcoz> Hi eeejay! Settled in at home again? :)
  150. # [17:58] <@eeejay> marcoz, yep. glad you got back with no london overnights
  151. # [18:00] <@marcoz> eeejay: Yeah, me too! :) I met Don Fitzpatrick on Saturday, who was the guy stranded in LHR on Tuesday. We were on the same plane back to LHR, and we took the two hours before that to bitch about ServiceNow.
  152. # [18:00] * Joins: jongund (chatzilla@moz-97EEA285.rehab.uiuc.edu)
  153. # [18:00] <@marcoz> On Sunday, upon arrival, there were actually two guides waiting for us, one for each! And this time, and because there was a long layover time, everything worked out nicely.
  154. # [18:00] <@eeejay> that is funny :)
  155. # [18:01] <@eeejay> marcoz, and you have a new mbp
  156. # [18:01] <@eeejay> the week is starting well...
  157. # [18:01] <@marcoz> hub: The new machine is a 15" MBP with Retina display. Now I have to explain to everybody that the only reason I got this is because of the QuadCore processor, because that's not available in smaller-sized models. ;)
  158. # [18:01] <@hub> ah
  159. # [18:01] <@hub> yeah
  160. # [18:02] <@hub> no 13" with Quad Core?
  161. # [18:02] <@marcoz> Right!
  162. # [18:02] * @hub has 4 cores on his X220
  163. # [18:03] <@marcoz> eeejay: Yes it is! Unfortunately someone broke OS X builds earlier today so I can't enjoy the newfound speed yet. Bug 847429 will hopefully be fixed soon. :)
  164. # [18:03] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=847429 maj, --, ---, nobody, NEW, Fix build errors for OS X builds introduced by bug 844275
  165. # [18:03] <@eeejay> awesome
  166. # [18:09] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  167. # [18:22] * Quits: richardschwerdtfeger (richardsch@moz-741065CC.lightspeed.austtx.sbcglobal.net) (Quit: richardschwerdtfeger)
  168. # [18:24] * Joins: richardschwerdtfeger (richardsch@moz-741065CC.lightspeed.austtx.sbcglobal.net)
  169. # [18:24] * Quits: richardschwerdtfeger (richardsch@moz-741065CC.lightspeed.austtx.sbcglobal.net) (Quit: richardschwerdtfeger)
  170. # [18:45] <Bryen> davidb, Curious, is your team working on a11y for Android FF?
  171. # [18:46] <@davidb> Bryen: yes.
  172. # [18:46] <Bryen> The pinch-zoom could really use a different approach
  173. # [18:47] <@davidb> do tell
  174. # [18:47] <Bryen> davidb, pinch-zooming (which obviously has a11y benefits) requires a lot of scrolling to read anything. I'd prefer it had the method that you can see in wikidroid app. Have you seen that one?
  175. # [18:47] <@davidb> no
  176. # [18:47] <Bryen> it allows for zooming, but keeps text in the frame rather than going outside the frame.
  177. # [18:48] <@davidb> i imagine that would be a nice option… not sure how fragile it might be though… given the web
  178. # [18:48] <Bryen> try it and you'll instantly know what I'm trying to describe here. :-)
  179. # [18:48] <Bryen> do we really have to use the web in order to use a browser??
  180. # [18:48] <@davidb> i'll try it on the bus later
  181. # [18:48] <Bryen> :-)
  182. # [18:48] <@davidb> heh
  183. # [18:49] <Bryen> wait a minute.... You commute by bus? I thought Mozilla helicopters you
  184. # [18:49] <@davidb> i call the helicopter a bus, to be cutesy
  185. # [18:50] <Bryen> LOL
  186. # [19:06] * Quits: @marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net) (Quit: Leaving.)
  187. # [19:10] <@hub> Bryen: talk to eeejay :-)
  188. # [19:11] <@hub> Bryen: he is our Android mastermind
  189. # [19:11] <@hub> amongst other things
  190. # [19:12] <@eeejay> Bryen. You want to enable "Pinch to reflow text" in the settings panel
  191. # [19:12] <@eeejay> it does exactly what you describe
  192. # [19:14] <@davidb> hurrah!
  193. # [19:14] <@davidb> eeejay: maybe that should get added to http://support.mozilla.org/en-US/kb/mobile-accessibility-features
  194. # [19:16] <@hub> it is all about connecting people :-D
  195. # [19:17] <@davidb> yeah, nice when that works
  196. # [19:17] <@eeejay> wowza, i think i wrote that page
  197. # [19:17] <@eeejay> hub, thanks for connecting. you must be a people person
  198. # [19:17] <@hub> that was Nokia slogan
  199. # [19:17] <@hub> eeejay: I bring the specs to the engineers ;-)
  200. # [19:18] <@hub> I am a people person
  201. # [19:18] <@hub> (well my secretary does)
  202. # [19:18] <@eeejay> exactly: http://www.youtube.com/watch?v=mGS2tKQhdhY
  203. # [19:19] <@hub> did you file your TPS reports?
  204. # [19:19] <@hub> did you use the new cover sheet?
  205. # [19:19] <@hub> ;-)
  206. # [19:20] <@eeejay> :)
  207. # [19:23] * khuey is now known as khuey|away
  208. # [19:29] * Quits: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com) (Ping timeout)
  209. # [19:37] * Joins: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net)
  210. # [19:48] * Joins: clown (clown@67828CC7.C1A51174.9D42CF23.IP)
  211. # [19:55] <Bryen> hi eeejay
  212. # [19:55] <@eeejay> Bryen, yo
  213. # [19:55] <Bryen> "reflow text" I guess that is the way to describe how wikidroid does it. FF doesn't do it that way
  214. # [19:55] <Bryen> I have to scroll side to side in order to read the text in FF when I zoom in.
  215. # [19:56] <@eeejay> Bryen, did you try doing what i suggested above?
  216. # [19:56] <Bryen> hang on...
  217. # [19:57] <Bryen> clikcks on the youtube links and shown "people skills" nope... :-)
  218. # [19:57] * khuey|away is now known as khuey
  219. # [19:58] <@eeejay> works fine for me here in wikipedia
  220. # [19:59] <Bryen> eeejay, I'm missing something here
  221. # [19:59] * Joins: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP)
  222. # [20:00] <@eeejay> <eeejay> Bryen. You want to enable "Pinch to reflow text" in the settings panel
  223. # [20:00] <@eeejay> it does exactly what you describe
  224. # [20:00] <Bryen> ok let me try...
  225. # [20:02] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  226. # [20:02] * Quits: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net) (Ping timeout)
  227. # [20:02] <Bryen> eeejay, AMAZING! it was there all along!
  228. # [20:02] <@eeejay> Bryen, :)
  229. # [20:02] <Bryen> You my bald-headed hero!
  230. # [20:03] <@davidb> just call him b double h
  231. # [20:03] <@eeejay> i prefer Aerodynamic American
  232. # [20:03] <Bryen> eeejay, Out of curiosity, why isn't it default behavior? Why would someone have to enable it?
  233. # [20:03] <Bryen> eeejay, that implies everything goes over your head :-)
  234. # [20:03] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  235. # [20:03] <@davidb> Bryen: that is a #ux question… but i think visually it does what you expect by default
  236. # [20:04] <@eeejay> Bryen, it messes with page layouts
  237. # [20:04] <@davidb> and that
  238. # [20:04] <Bryen> I disagree!
  239. # [20:04] <Bryen> Page layouts messes with IT!
  240. # [20:04] <@eeejay> Bryen, most users want to zoom in to a column of text and not have the layout change from under them
  241. # [20:04] <@davidb> yeah… and double tap is good for that actually
  242. # [20:04] <@eeejay> yeah
  243. # [20:05] * Quits: habber (habber@moz-8654C0B7.nyc.res.rr.com) (Ping timeout)
  244. # [20:05] <Bryen> I can't do double taps. People see me constantly doubletapping my phone on the bus and they think I'm molesting my phone
  245. # [20:05] <Bryen> which I am, but they don't need to know that
  246. # [20:05] <@davidb> you have to take the phone out of your pocket first
  247. # [20:05] <Bryen> LOL
  248. # [20:06] * Joins: habber (habber@moz-8654C0B7.nyc.res.rr.com)
  249. # [20:08] <Bryen> eeejay, how about a setting to change background in FF? Like you can do on desktop?
  250. # [20:09] <Bryen> And brailleback support isn't there yet, right? (according to a post you made on the web somewhere.)
  251. # [20:09] <@davidb> not yet
  252. # [20:10] <Bryen> davidb, I will get a braille display in about 3 weeks. Please drop everything else you're working on and make this your top priority. :-)
  253. # [20:10] <@davidb> heh
  254. # [20:11] <Bryen> actually i would love to see that background colors bug fixed. Do you have any idea if it is being given any love?
  255. # [20:11] <@davidb> well we aren't sure brailleback has stabilized… and don't currently have a way to resource it, from staff anyways.
  256. # [20:11] <@davidb> Bryen: dunno… is there a bug filed?
  257. # [20:12] <Bryen> davidb, yeah its the one you and clown and I were discussing about a year ago. Where setting backgroudn colors hides images and buttons and whatnot.. Lemme get the bug...
  258. # [20:12] <@davidb> windows HCM?
  259. # [20:12] <Bryen> https://bugzilla.mozilla.org/show_bug.cgi?id=746205
  260. # [20:12] <@firebot> Bug 746205 nor, --, ---, nobody, NEW, CSS issues render color selection in FF useless
  261. # [20:13] <clown> davidb, Bryen, "about a year ago" memories….
  262. # [20:13] <Bryen> As my vision continues to get worse, this problem becomes more and more profound.
  263. # [20:14] <Bryen> hey clown Didn't see you there. How ya doin?
  264. # [20:15] <clown> Hey Bryen, just getting over a nasty virus. So, I'm doing "better".
  265. # [20:16] <Bryen> I think when geeks get hit by a virus, that's particularly embarassing
  266. # [20:17] <Bryen> we should know our computers better than the average layperson out there
  267. # [20:17] <clown> heh
  268. # [20:19] <Bryen> anyway, clown davidb that bug up there....
  269. # [20:20] * clown rereads it.
  270. # [20:20] <lizzard> hey there davidb
  271. # [20:20] * @davidb is in a meeting
  272. # [20:20] <@davidb> hi lizzard
  273. # [20:20] <Bryen> he's always in a meeting when we want to chat with him
  274. # [20:20] <lizzard> i am listening to air mozilla status update but with half an ear I guess :)
  275. # [20:21] <@davidb> hey i have proof :) https://wiki.mozilla.org/WeeklyUpdates/2013-03-04
  276. # [20:21] <@davidb> lizzard: i need to reply to your email
  277. # [20:21] <@davidb> it is starred for later :)
  278. # [20:22] <lizzard> No worries, I'm just saying hello and lurking in your channel
  279. # [20:22] <@davidb> excellent
  280. # [20:23] <clown> Bryen, davidb (who is effectively davidb_mtg), doesn't look like FF changed at all in terms of its UI.
  281. # [20:23] <@davidb> i don't see activity on the bug… i'll need to catch a FF front end dev live i think
  282. # [20:24] * clown has no idea if applying the style sheet approach still works or not.
  283. # [20:24] <Bryen> clown, nope. and that work around you gave me, while useful, is extremely aggravating when it has to be done page by page :-/
  284. # [20:24] <Bryen> yes the style sheet approach works. But I always have to remember what the plugin is and the location of the file if I'm on a new machine.
  285. # [20:25] <clown> Bryen, but the workaround still works (never mind how aggravating for the moment)?
  286. # [20:25] <Bryen> yes
  287. # [20:25] * clown like ships passing through the night...
  288. # [20:25] <clown> Okay, the I have nothing to add :-)
  289. # [20:26] <Bryen> so do I file a "Have davidb poke a front-end guy" bug?
  290. # [20:26] <@davidb> Bryen: it is already in my big todo list
  291. # [20:26] <Bryen> :-)
  292. # [20:26] <clown> that approach was to show that it could be done, where "it" == high contrast mode + keeping background images.
  293. # [20:26] * Joins: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com)
  294. # [20:27] <Bryen> yes and if that mode were persistent, I'd be one happy camper.
  295. # [20:28] <Bryen> someone showed me a while ago how it could be done persistently on Epiphany. But why use Epiphany when Firefox rocks?
  296. # [20:30] <clown> Bryen, now you are merely ingratiating yourself.
  297. # [20:30] <clown> ;-)
  298. # [20:30] <Bryen> :-)
  299. # [20:31] <clown> take note, davidb.
  300. # [20:33] <@davidb> :)
  301. # [20:33] <lizzard> I'm looking this morning at 2 thunderbird bugs, with the column ordering controls, and wondering if they both should be moved into Core::XUL
  302. # [20:33] <lizzard> https://bugzilla.mozilla.org/show_bug.cgi?id=370437
  303. # [20:33] <@firebot> Bug 370437 nor, --, ---, nobody, NEW, TB: Selecting and reordering columns to display (in message list pane) is not keyboard accessible (n
  304. # [20:33] <lizzard> and https://bugzilla.mozilla.org/show_bug.cgi?id=722265
  305. # [20:33] <@firebot> Bug 722265 nor, --, ---, nobody, NEW, Column header selection popup no longer exposed to accessibility APIs
  306. # [20:33] <@davidb> lizzard: it depends where the code lives of course… and I'm not 100% sure
  307. # [20:34] <lizzard> having some alternative menu such as in the View menu seems like a possible option
  308. # [20:34] <@davidb> lizzard: there used to be duplicate functionality in the menus… but I haven't compared lately
  309. # [20:35] <@davidb> (my FF bug list is so long… I'm not sure I'll get around to tbird bugs)
  310. # [20:35] <lizzard> yeah, i know…
  311. # [20:35] <@davidb> bwinton used to be the tbird a11y ambassador
  312. # [20:36] <Bryen> davidb, fold the paper in half so the list doesn't look as long. Less intimidating that way
  313. # [20:36] <@davidb> lizzard: the view->sort by menu seems promising
  314. # [20:36] <@davidb> Bryen: most of it is already scrolled out of view :)
  315. # [20:37] <Bryen> also use post-it sized paper instead of legal-size paper.
  316. # [20:37] <Bryen> oh you're one of those people who use computers??
  317. # [20:37] <@davidb> :)
  318. # [20:39] <lizzard> The sort by menu doesn't control which columns to display, though
  319. # [20:39] <lizzard> logically i think it would go in Layout
  320. # [20:39] <lizzard> View-> Layout i mean
  321. # [20:41] * Quits: SteveF (chatzilla@moz-CD0F47B5.cable.virginmedia.com) (Ping timeout)
  322. # [20:43] * Quits: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP) (Quit: Justin_o)
  323. # [20:43] <@davidb> yeah
  324. # [20:43] <@davidb> or View->Columns
  325. # [20:44] * Joins: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP)
  326. # [20:44] <lizzard> yes, actually, that would be better
  327. # [21:00] * Joins: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net)
  328. # [21:01] * Joins: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP)
  329. # [21:03] * Quits: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net) (Ping timeout)
  330. # [21:15] <askalski> hi everybody!
  331. # [21:20] * Quits: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP) (Quit: Wychodzi)
  332. # [21:43] * Quits: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  333. # [21:43] * Quits: @davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  334. # [22:02] * Joins: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net)
  335. # [22:04] * Quits: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net) (Ping timeout)
  336. # [22:22] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  337. # [22:23] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  338. # [22:44] * Parts: clown (clown@67828CC7.C1A51174.9D42CF23.IP)
  339. # [23:03] * Joins: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net)
  340. # [23:06] * Quits: marcoz (marco.zehe@moz-F49EE97.dip.t-dialin.net) (Ping timeout)
  341. # [23:16] <@firebot> ryanvm@gmail.com changed the Resolution on bug 846148 from --- to FIXED.
  342. # [23:16] <@firebot> ryanvm@gmail.com changed the Status on bug 846148 from ASSIGNED to RESOLVED.
  343. # [23:16] <@firebot> ryanvm@gmail.com changed the Target Milestone on bug 846148 from --- to mozilla22.
  344. # [23:16] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=846148 nor, --, mozilla22, surkov.alexander, RESO FIXED, Intermittent test_frames.html, test_doc.html | Assertion count 1 is greater than expected range 0-0
  345. # [23:17] <@firebot> trev.saunders@gmail.com requested needinfo from marco.zehe@google mail.com on bug 809338.
  346. # [23:17] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=809338 nor, --, ---, nobody, NEW, make HTML select hierarchical
  347. # [23:22] <@firebot> ryanvm@gmail.com changed the Resolution on bug 844061 from --- to FIXED.
  348. # [23:22] <@firebot> ryanvm@gmail.com changed the Status on bug 844061 from NEW to RESOLVED.
  349. # [23:22] <@firebot> ryanvm@gmail.com changed the Target Milestone on bug 844061 from --- to mozilla22.
  350. # [23:23] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=844061 nor, --, mozilla22, surkov.alexander, RESO FIXED, DocAccessible doesn't need to keep a strong pointer to nsIDocument
  351. # [23:27] * Joins: Justin_o (Justin_o@67828CC7.C1A51174.9D42CF23.IP)
  352. # [23:35] <@firebot> New Core - Disability Access APIs bug 847636 filed by ryanvm@gmail.com.
  353. # [23:35] <@firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=847636 maj, P1, ---, nobody, NEW, Intermittent test_focus_browserui.xul | Assertion count 1 is greater than expected range (Can't crea
  354. # [23:38] * Joins: fxa90id (fxa90id@moz-744F79FE.dsl.dynamic.t-mobile.pl)
  355. # [23:42] * Quits: jongund (chatzilla@moz-97EEA285.rehab.uiuc.edu) (Input/output error)
  356. # Session Close: Tue Mar 05 00:00:00 2013

The end :)