Hi, Are you running mfcEmbed in chrome mode (via the -chrome parameter)? Event bubbling is different depending on whether URLs are loaded as normal content or chrome and this could have an effect on accesskeys.
WinEmbed has no chrome switch at all (and isn't supported either) which means all URLs will be loaded as content whether they're pointing to XUL or not. Adam Adam Fletcher wrote: > Hi everyone, > > Sorry for the cross post, but I am not sure the root of this issue. > I'm having a problem using keybindings when I am embedding mozilla. > The accesskeys don't seem to work if they are loaded via winEmebed, > and they only work in mfcEmbed if the XUL file is not loaded via the > URL bar, but rather clicked on as a link. > > A testcase is at http://www.csh.rit.edu/~adamf/xul/keytest.xul > > Load that url using RC1, and notice that the accesskey for the File > menu (alt-f) works as it should. > > Load that url using winEmbed, and notice the accesskey does not work. > > Load that url via the URL entry bar in mfcembed, and notice the > accesskey does not work. > > load that url by going to http://www.csh.rit.edu/~adamf/xul and then > clicking on keytest.xul, and notice the accesskey working. > > Has anyone experienced similar problems? I am using RC1 to build > mozilla, winEmbed and mfcEmbed. > > Any and all suggestions would be appreciated. > > Thanks, > > Adam Fletcher > >
