On 2008-12-17 21:09, Ted Pavlic wrote: > > PS: I think thinking about the problem, and why it happens > > makes more sense than bisecting it. > > It appears like the messenger compose window is built with this XUL: > > <!-- The mail message body frame --> > <vbox id="appcontent" flex="1"> > <editor type="content-primary" id="content-frame" src="about:blank" > name="browser.message.body" flex="1" > context="msgComposeContext"/> > </vbox> > > That is, it's an "editor". However, the window that muttator draws acts > like a "textbox." That is, it responds to "tab" by switching from > element to element. > > I don't know much about XUL. Does it seem like liberator.xul is somehow > turning the editor into a textbox? Can we turn that off? > > Or... can we capture the VK_TAB keycode within muttator.xul and have it > do something more desiable?
No, we'd just have to NOT :imap <Tab> for muttator. But there are more keys affected, not just tab, so i was waiting for a more general solution than fixing just Tab by a hack. (e.g. <C-w> also errors getController() is null, and beeps instead of just deleting a word to the left). -- Martin _______________________________________________ Muttator mailing list [email protected] https://www.mozdev.org/mailman/listinfo/muttator
