Ticket #576 (new defect)
Firefox won't quit normally w/ Ubiquity enabled, nom noms memory
Description
Made a test command and the preview and command suggestion text cuts the last character of "email".
CmdUtils.CreateCommand({
name: "test-function-email",
_test: function() {
var date = new Date();
return date.toLocaleDateString();
},
preview: "do something cool with email",
execute: function() {
displayMessage("This does nothing so far");
}
})
Attached are screenshots of how that command displays in Ubiquity, so far I've only noticed it with the word "email" and only when followed by whitespace or an 'l' and then the end of the string, examples:
"email " will display "emai"
"email." will display "email."
"emaill" will display "email"
Strange, I would guess it's a bug in a regex of a trimming function.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
