/irc-logs / w3c / #webapps / 2014-05-07 / end
Options:
- # Session Start: Wed May 07 00:00:00 2014
- # Session Ident: #webapps
- # [00:02] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [00:05] * Joins: jcraig (~jcraig@public.cloak)
- # [00:26] * Joins: skddc (~anonymous@public.cloak)
- # [00:31] * Joins: Lachy (~Lachy@public.cloak)
- # [00:33] * Quits: skddc (~anonymous@public.cloak) (Ping timeout: 180 seconds)
- # [00:42] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [00:47] * Joins: jcraig (~jcraig@public.cloak)
- # [00:56] * Quits: jsbell_ (~jsbell@public.cloak) ("There's no place like home...")
- # [01:00] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [01:09] * Joins: jcraig (~jcraig@public.cloak)
- # [01:27] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [01:39] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [01:48] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [01:48] * Joins: chaals (~Adium@public.cloak)
- # [01:49] * Quits: chaals (~Adium@public.cloak) (chaals)
- # [01:56] * Joins: masayuki (~masayuki@public.cloak)
- # [02:00] * Joins: Travis (~Travis@public.cloak)
- # [02:00] * Joins: Zakim (zakim@public.cloak)
- # [02:00] * Joins: RRSAgent (rrsagent@public.cloak)
- # [02:00] <RRSAgent> logging to http://www.w3.org/2014/05/07-webapps-irc
- # [02:01] <Travis> zakim, this is dom3
- # [02:01] <Zakim> ok, Travis; that matches RWC_WAPI(D3E)8:00PM
- # [02:01] <Travis> rrsagent, this meeting spans midnight
- # [02:01] <RRSAgent> ok, Travis; I will not start a new log at midnight
- # [02:01] <Travis> RRSAgent, make logs public
- # [02:01] <RRSAgent> I have made the request, Travis
- # [02:01] <Travis> Present+ Travis
- # [02:01] <Travis> scribe: Travis
- # [02:01] <Travis> scribeNick: Travis
- # [02:02] * Joins: garykac (~garykac@public.cloak)
- # [02:02] <masayuki> Hello,
- # [02:02] <garykac> hallo
- # [02:03] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [02:03] <Zakim> +garykac
- # [02:04] <Travis> Present+ Gary
- # [02:04] <Travis> Present+ Masayuki
- # [02:04] <garykac> Masayuki: I put in a fix for https://www.w3.org/Bugs/Public/show_bug.cgi?id=23906
- # [02:05] <Travis> Zakim, who is on the phone?
- # [02:05] <Zakim> On the phone I see [Microsoft], garykac
- # [02:05] <Travis> zakim, [microsoft] is me
- # [02:05] <Zakim> +Travis; got it
- # [02:05] <garykac> BAsically just adding a virtual 'Accel' key that maps to 'OS' (Win), 'Meta' (Mac) or Super/Hyper (Linux)
- # [02:05] <Travis> Topic: Trying to close out 23906
- # [02:05] <Travis> https://www.w3.org/Bugs/Public/show_bug.cgi?id=23906
- # [02:06] <garykac> And with the modifier keys, we have attributes for shift, alt, meta and control
- # [02:06] <garykac> We don't want to any more attributes (since we'd probably have to add another 6 or 7, which would be unwieldy)
- # [02:07] <garykac> But if we want people to use getmodifierstate, should these 4 attributes be marked as deprecated?
- # [02:07] <garykac> Also, we have a lot of modifier keys in the modifier key list. I'm not sure that all of them make sense with getmodifierstate().
- # [02:07] <masayuki> garykac: Oh, that's not my intent of bug 23906. I want it maps to Ctrl (Win), Command (Mac), depends on settings (Linux).
- # [02:09] <garykac> masayuki:ah. 'ctrl' for win makes sense. that way 'Accel' + c is "copy" on all 3 OSs.
- # [02:10] * Joins: jcraig (~jcraig@public.cloak)
- # [02:11] <masayuki> Um, adding only on getModifierState() is simpler, though...
- # [02:13] <garykac> masayuki: yes, it could have been put there
- # [02:14] <masayuki> I think that on most environments, the acceleration key on Linux is Ctrl. E.g., Fedora and Ubuntu.
- # [02:16] <masayuki> However, somebody using Mac keyboard may customize acceleration key as Super or Hyper if it's possible.
- # [02:17] <garykac> Is it easy to get the current acceleration key on Linux?
- # [02:18] <Travis> I'm wondering why we are using the term "Accel" -- this confused me, and made me think of ALT key use, such as ALT+F to get the File menu, ALT+T for the tools menu, ALT+H for help... I thought those things were called "accellerators"
- # [02:18] <garykac> If it's hard to determine which key is being used for menu shortcuts, then this might be too complex to be worthwhile.
- # [02:18] <masayuki> On Firefox, users can customize it with Firefox's about:config. How about Google Chrome?
- # [02:20] <garykac> masayuki: I don't know
- # [02:21] <masayuki> I think that which is an "Accel" modifier should be decided by browser because its purpose is that providing a way to useful web apps own shortcut key implementation.
- # [02:22] * Joins: karl (~karlcow@public.cloak)
- # [02:22] <masayuki> If browser's shortcut key is Alt+Foo, when KeyboardEvent.altKey is true, .getModifierState("Accel") should return true.
- # [02:23] <Travis> I just remembered that Web applications can't reliabily work with ALT (on windows) anyway, because the OS steals focus from the browser client to focus the browser frame's accelerator menus. So, yeah, ALT doesn't really work as an Accel key.
- # [02:23] <masayuki> Travis: Yes. It's just an example.
- # [02:24] <Travis> My only suggestion at this point is to go with the full name "Accelerator" rather than "Accel" which seems like a weird shortname...
- # [02:24] <garykac> Does FF Mac have the ability to change the accel key? I don't see it in prefs.
- # [02:25] <masayuki> garykac: Yes, it's ui.key.accelKey. You need to reboot Firefox, though.
- # [02:26] <masayuki> 17 for Ctrl, 18 for Alt, 224 for Meta, 91 for Win, 0 for none.
- # [02:27] <masayuki> (the values are .keyCode value on Gecko...)
- # [02:29] <masayuki> I'm not sure which is better "Accel" or "Accelerator" since it should be natural word for native English engineers.
- # [02:30] <Travis> Actually, "AccelKey" might work for me.
- # [02:30] <garykac> masayuki: on Mac most shortcuts use ⌘, so changing this setting would affect those shortcuts. But the "Home" shortcut is Option + Arrow. What would happen to this shortcut if I change my default shortcut to Option?
- # [02:31] <masayuki> garykac: Not affected. And it may conflict with Command + Home.
- # [02:31] <garykac> ok.
- # [02:32] <garykac> so, I'll change the text to map 'Accel''Ctrl'
- # [02:32] <garykac> ...'Accel' to 'Control' for Windows
- # [02:34] <garykac> Another issue: there are 15 modifier keys. I'm not sure it makes sense for getmodifierstate to support them all.
- # [02:34] <Travis> HTML5 is using the term accesskey for the ALT combos in Windows: http://www.w3.org/html/wg/drafts/html/master/single-page.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements
- # [02:34] <Travis> So, basically "access" is out for a name :)
- # [02:34] <garykac> On the Mac, you cannot query for the state of the CapsLock key. So I'm not sure how get modifier state would support that.
- # [02:35] <garykac> And I think that Fn and FnLock are not exposed as well.
- # [02:37] <Travis> Note, we now have "DeadKey" in the key tables as of a few days ago... may need to change that to just "Dead"?
- # [02:38] <garykac> I think that 'Dead' is more consistent - we don't use the 'Key' suffix for any other key value.
- # [02:39] <masayuki> garykac: It's included in [NSEvent modifierFlags]. See http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/nsCocoaUtils.mm#550
- # [02:41] <garykac> masayuki: That's great. Being able to query CapsLock state is very useful. I've heard that there were problems getting it on the Mac - glad to see there's a way to do it./
- # [02:41] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [02:47] * Quits: sicking (~sicking@public.cloak) (sicking)
- # [02:47] <garykac> With beforeinput, FF has a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=970802
- # [02:48] * Joins: jcraig (~jcraig@public.cloak)
- # [02:55] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [02:56] <Travis> We noted that in HTML5, the input event is just a generic Event type, not an InputEvent. There's no technical reason to have .data, but having isComposing is useful. We should be mindful that this is different from HTML.
- # [02:59] * Joins: jungkees (~uid24208@public.cloak)
- # [03:00] <garykac> OK. I'm going to check with folks internally who are interested in working on beforeinput. To check to see if they have any comments on it.
- # [03:00] <Travis> I think we're done for today.
- # [03:01] <garykac> Aside from that, I don't have anything else today to talk about.
- # [03:01] <Travis> I plan to work on some more bugs this week.
- # [03:01] <garykac> I'll make the additional changes to clarify the Accel key text. I'll resolve the bug and ping you two to review the updated text.
- # [03:01] <masayuki> I'm working on KeyboardEvent.code on Firefox.
- # [03:01] <garykac> Thansk!
- # [03:01] <masayuki> Thanks.
- # [03:01] <Travis> See ya!
- # [03:02] <garykac> masayuki: Cool. Let us know if you encounter anything strange.
- # [03:02] <Zakim> -Travis
- # [03:02] <garykac> g'night.
- # [03:02] <Zakim> -garykac
- # [03:02] <Zakim> RWC_WAPI(D3E)8:00PM has ended
- # [03:02] <Zakim> Attendees were garykac, Travis
- # [03:02] <Travis> rrsagent, please make the minutes
- # [03:02] <RRSAgent> I have made the request to generate http://www.w3.org/2014/05/07-webapps-minutes.html Travis
- # [03:02] <Travis> RRSAgent, make logs public
- # [03:02] <RRSAgent> I have made the request, Travis
- # [03:05] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [03:05] * Quits: masayuki (~masayuki@public.cloak) ("Page closed")
- # [03:09] * Quits: garykac (~garykac@public.cloak) (Ping timeout: 180 seconds)
- # [03:42] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [03:48] * Joins: jcraig (~jcraig@public.cloak)
- # [03:55] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [04:05] * Joins: jcraig (~jcraig@public.cloak)
- # [04:19] * Quits: heath (~quassel@public.cloak) ("No Ping reply in 180 seconds.")
- # [04:19] * Joins: heath (~quassel@public.cloak)
- # [04:41] * Joins: karl (~karlcow@public.cloak)
- # [04:45] * Joins: lmclister (~lmclister@public.cloak)
- # [04:45] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [05:16] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [05:17] * Joins: karl (~karlcow@public.cloak)
- # [05:18] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [07:00] * Joins: lmclister (~lmclister@public.cloak)
- # [07:02] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
- # [07:02] * Joins: lmclister (~lmclister@public.cloak)
- # [07:07] * Joins: xiaoqian (xiaoqian@public.cloak)
- # [08:21] * Joins: chaals (~Adium@public.cloak)
- # [08:25] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [08:32] * Zakim excuses himself; his presence no longer seems to be needed
- # [08:32] * Parts: Zakim (zakim@public.cloak) (Zakim)
- # [08:49] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [08:55] * Joins: lmclister (~lmclister@public.cloak)
- # [08:57] * Quits: lmclister (~lmclister@public.cloak) ("")
- # [09:35] * Joins: chaals (~Adium@public.cloak)
- # [10:17] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [10:19] * Joins: darobin (rberjon@public.cloak)
- # [10:48] * Joins: chaals (~Adium@public.cloak)
- # [11:54] * Joins: smaug (~chatzilla@public.cloak)
- # [12:07] * Joins: abarsto (~abarsto@public.cloak)
- # [12:07] * abarsto is now known as ArtB
- # [12:22] <ArtB> RRSAgent, make minutes
- # [12:22] <RRSAgent> I have made the request to generate http://www.w3.org/2014/05/07-webapps-minutes.html ArtB
- # [12:26] * Joins: chaals1 (~Adium@public.cloak)
- # [12:26] * Quits: chaals (~Adium@public.cloak) (Client closed connection)
- # [12:35] <ArtB> rrsagent, bye
- # [12:35] <RRSAgent> I see no action items
- # [12:35] * Parts: RRSAgent (rrsagent@public.cloak) (RRSAgent)
- # [12:58] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [13:44] * Joins: dom (dom@public.cloak)
- # [13:53] * Quits: xiaoqian (xiaoqian@public.cloak) ("Leaving")
- # [14:10] * chaals1 is now known as chaals
- # [14:58] * Quits: smaug (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [16:14] * Joins: rniwa (~rniwa@public.cloak)
- # [16:51] * Joins: smaug (~chatzilla@public.cloak)
- # [17:15] <smaug> ArtB: what does "Nokia-CTO/Boston" mean?
- # [17:15] <ArtB> smaug, sorry about that spam
- # [17:16] <chaals> It means Nokia are going to buy Boston...
- # [17:16] <chaals> (actually, that they already did, but will announce it soon as a new division. Just after the next MA state election...)
- # [17:17] <ArtB> smaug, I've been moving my W3C accounts off of nokia.com - I prolly missed a few. Which list got the "Nokia…" cruft?
- # [17:17] <smaug> I noticed that in Frederick's emails
- # [17:17] <smaug> to public-device-apis@w3.org
- # [17:18] <jgraham> ArtB is going to be the new CTO of Boston?
- # [17:18] <jgraham> Sounds good
- # [17:18] <ArtB> he's probably using an Outlook MUA and if so, AFAIK, there is no way to prevent that info being added in the From: header :-(
- # [17:18] <chaals> Ssssh! It's a secret.
- # [17:19] <ArtB> jgraham, you heard it here so it must be true ;)
- # [17:19] * chaals guesses it really means Art works in the group of the CTO, in Boston. But that doesn't sound nearly as good, so let's forget it.
- # [17:19] <chaals> Yep. Boston is going to be running on s65 from next year.
- # [17:21] * Joins: lmclister (~lmclister@public.cloak)
- # [17:22] <ArtB> smaug, re CTO and http://www.acronymfinder.com/CTO.html ; let's go with Cape Town Opera
- # [17:24] <smaug> :)
- # [17:24] * smaug has no idea who is Nokia's CTO these days
- # [17:30] <ArtB> chaals
- # [17:32] <chaals> In that case, we're going to move Boston onto s40.
- # [17:32] <chaals> And run traffic management in a port of !E6.
- # [17:33] <chaals> (Evidence suggests I have already achieved that goal. Can I have a bonus now please?)
- # [18:06] * Joins: jsbell_ (~jsbell@public.cloak)
- # [18:13] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [18:19] * Quits: dom (dom@public.cloak) ("")
- # [18:56] * Quits: jungkees (~uid24208@public.cloak) ("Connection closed for inactivity")
- # [18:57] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [19:00] * Quits: Travis (~Travis@public.cloak) ("Page closed")
- # [19:04] * Joins: jcraig (~jcraig@public.cloak)
- # [19:17] * Joins: lmcliste_ (~lmclister@public.cloak)
- # [19:17] * Quits: lmclister (~lmclister@public.cloak) (Client closed connection)
- # [19:32] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [19:37] * Joins: abarsto (~abarsto@public.cloak)
- # [19:37] * abarsto is now known as ArtB
- # [20:05] * Quits: jcraig (~jcraig@public.cloak) (Ping timeout: 180 seconds)
- # [20:10] * Joins: sicking (~sicking@public.cloak)
- # [20:30] * Joins: jcraig (~jcraig@public.cloak)
- # [20:41] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [20:51] * Joins: jcraig (~jcraig@public.cloak)
- # [21:07] * Quits: ArtB (~abarsto@public.cloak) (Ping timeout: 180 seconds)
- # [21:08] * Joins: abarsto (~abarsto@public.cloak)
- # [21:08] * abarsto is now known as ArtB
- # [21:15] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [21:38] * Joins: jcraig (~jcraig@public.cloak)
- # [21:53] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [21:54] * Joins: jcraig (~jcraig@public.cloak)
- # [21:55] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [21:57] * Joins: Lachy (~Lachy@public.cloak)
- # [22:58] * Joins: jcraig (~jcraig@public.cloak)
- # [23:00] * Quits: jcraig (~jcraig@public.cloak) (jcraig)
- # [23:14] * Quits: karl (~karlcow@public.cloak) (":tiuQ tiuq sah woclrak")
- # [23:14] * Joins: karl (~karlcow@public.cloak)
- # [23:21] * Quits: hober (~ted@public.cloak) (Client closed connection)
- # [23:22] * Joins: hober (~ted@public.cloak)
- # [23:23] * Quits: smaug (~chatzilla@public.cloak) (Client closed connection)
- # [23:23] * Joins: smaug (~chatzilla@public.cloak)
- # [23:49] * Quits: karl (~karlcow@public.cloak) ("This computer has gone to sleep")
- # Session Close: Thu May 08 00:00:00 2014
The end :)