[Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty
Juan Lanus
juan.lanus at gmail.com
Sun May 11 14:02:42 UTC 2014
- Previous message: [Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty
- Next message: [Bug 1311320] Re: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Report a bug about “ubiquity” package in Ubuntu : Bugs : “ubiquity” package : Ubuntu</title> <link rel="shortcut icon" href="/@@/launchpad.png" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev16985/combo.css" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev16985/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev16985/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev16985/?lp/', comboBase: '/+combo/rev16985/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.app.longpoll', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); // Longpolling will only start if // LP.cache.longpoll is populated. // We use Y.later to work around a Safari/Chrome 'feature': // The mouse cursor stays 'busy' until all the requests started during // page load are finished. Hence we want the long poll request to start // right *after* the page has loaded. Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.bugs.filebug', function(Y) { Y.on('domready', function() { Y.lp.bugs.filebug.setup_filebug(); }); }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_only public yui3-skin-sam"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12833497-1']); _gaq.push(['_setDomainName', '.launchpad.net']); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); </script> <script type="text/javascript" src="https://launchpad.net/+icing/rev16985/google-analytics/ga.js"></script> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"> <form action="/+logout" method="post"> <input type="hidden" name="loggingout" value="1" /> <a href="https://launchpad.net/~bens332" class="sprite person">Likos Math (bens332)</a> • <input type="submit" name="logout" value="Log Out" /> </form> </div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/49558155/64_logo.png" /></a> </div> <div class="wide"> <h2>Ubuntu</h2> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu/+source/ubiquity">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/ubiquity">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations disabled-tab"><span>Translations</span></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/ubiquity">Answers</a></li> </ul> </div> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div> <h2>Report a bug</h2> </div> <ol itemprop="breadcrumb" class="breadcrumbs"> <li> <a href="https://launchpad.net/ubuntu">Ubuntu</a> </li> <li> <a href="https://launchpad.net/ubuntu/+source/ubiquity">“ubiquity” package</a> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity">Bugs</a> </li> <li> Report a bug about “ubiquity” package... </li> </ol> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="yui-g"> <div class="top-portlet"> <div> <div> <form action="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug" name="launchpadform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="filebug-search-form"> <div> <table> <input class="hiddenType" id="field.tags" name="field.tags" type="hidden" value="" /> <tr> <td colspan="2"> <p> Please describe the bug in a few words, for example, "weather applet crashes on logout": </p> </td> </tr> <tr> <td style="text-align: left; padding-left: 5em;"> <div> <label for="field.title">Summary:</label> <input class="textType" id="field.title" name="field.title" size="40" type="text" value="" /> </div> </td> <td style="text-align: left;"> <input type="submit" id="field.actions.search" name="field.actions.search" value="Continue" class="button" /> <span id="spinner" style="text-align: center" class="hidden"> <img src="/@@/spinner" /> </span> </td> </tr> </table> <script type="text/javascript"><!-- setFocusByName('field.title'); // --></script> </div> <div> </div> </form> </div> </div> </div> <div id="possible-duplicates" style="text-align: left;"> </div> <div id="filebug-form-container" class="transparent hidden"> <div id="bug-reporting-form"> <div> <form action="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug" name="launchpadform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="filebug-form"> <div> <table class="form"> <tr> <th colspan="2" style="text-align: left"><label for="field.packagename">In what package did you find this bug?</label> </th> </tr> <tr> <td style="padding-bottom: 1.5em" colspan="2" class=""> <ul> <li> <input type="radio" name="packagename_option" value="none" id="no-package" /> <label style="font-weight: normal" for="no-package"> I don't know </label> </li> <li style="margin-top: 4px"> <input type="radio" name="packagename_option" value="choose" id="choose" checked="checked" /> <span> <input type="text" value="ubiquity" id="field.packagename" name="field.packagename" size="20" maxlength="" onKeyPress="selectWidget('choose', event)" style="" class="" /> <script type="text/javascript"> LPJS.use('node', 'lp.app.picker', function(Y) { var text_input = Y.DOM.byId('field.packagename'); var select_menu = Y.DOM.byId('field.packagename-suggestions'); Y.lp.app.picker.connect_select_menu( select_menu, text_input); });</script> <span class="hidden">(<a id="show-widget-field-packagename" href="#">Find…</a>)</span> <script> LPJS.use('node', 'lp.app.picker', function(Y) { var config = {"show_remove_button": false, "show_assign_me_button": false, "assign_me_text": "Pick me", "remove_person_text": "Remove person", "header": "Select a Package", "selected_value_metadata": null, "vocabulary_name": "BinaryAndSourcePackageName", "show_widget_id": "show-widget-field-packagename", "selected_value": null, "input_element": "field.packagename", "remove_team_text": "Remove team", "extra_no_results_message": null, "vocabulary_filters": [], "show_create_team": false, "picker_type": "default", "step_title": "Search"}; var show_widget_id = 'show-widget-field-packagename'; Y.on('domready', function(e) { Y.lp.app.picker.addPicker(config, show_widget_id); }); }); </script> </span> </li> </ul> </td> </tr> <tr> <td colspan="2"> <div> <label for="field.title">Summary:</label> <div> <input class="textType" id="field.title" name="field.title" size="40" type="text" value="" /> </div> </div> </td> </tr> <tr> <td colspan="2" style="text-align: left"> <div> <label for="field.comment">Further information:</label> <div><textarea cols="44" id="field.comment" name="field.comment" rows="15" ></textarea></div> </div> </td> </tr> <tr id="extra-filebug-details"><td colspan="2" width="100%"><table><tbody> <tr> <tr> <td colspan="2" id="bug-reporting-guidelines"> <h3>ubiquity (Ubuntu) bug reporting guidelines:</h3> <div><p>Please attach the files /var/log/syslog and /var/log/partman to your bug. You need to attach these from the running installer, after you encounter the problem you are reporting, but before you reboot (this is very important!).</p> <p>If you installed successfully but are reporting some problem you had during the installation process, then you should find these files saved as /var/log/<wbr />installer/<wbr />syslog and /var/log/<wbr />installer/<wbr />partman instead.</p> <p>If your problem is with the text-mode installer ("debian-installer" or "d-i") used on the alternate and server install CDs and for netboot installations, then please file your bug at <a rel="nofollow" href="https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug" target="_new">https:/<wbr></wbr>/bugs.launchpad<wbr></wbr>.net/ubuntu/<wbr></wbr>+source/<wbr></wbr>debian-<wbr></wbr>installer/<wbr></wbr>+filebug</a> instead.</p></div> <h3>Ubuntu bug reporting guidelines:</h3> <div><p>Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at <a rel="nofollow" href="http://answers.launchpad.net/ubuntu/" target="_new">http://<wbr></wbr>answers.<wbr></wbr>launchpad.<wbr></wbr>net/ubuntu/</a> - these can be made into bugs later. Another support venue is <span><a rel="nofollow" href="http://askubuntu.com" target="_new">http://<wbr></wbr>askubuntu.<wbr></wbr>com</a>.</span></p> <p>If you are certain this is a bug please include the source package the bug is in. For help see <span><a rel="nofollow" href="https://wiki.ubuntu.com/Bugs/FindRightPackage" target="_new">https:/<wbr></wbr>/wiki.ubuntu.<wbr></wbr>com/Bugs/<wbr></wbr>FindRightPackag<wbr></wbr>e</a>.</span></p> <p>We also need:</p> <p>1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu<br /> 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center<br /> 3) What you expected to happen<br /> 4) What happened instead</p> <p>Most of this information is gathered when you use apport to report the bug. See <a rel="nofollow" href="https://help.ubuntu.com/community/ReportingBugs" target="_new">https:/<wbr></wbr>/help.ubuntu.<wbr></wbr>com/community/<wbr></wbr>ReportingBugs</a> for complete details.</p> <p>The Ubuntu community has also created debugging procedures for a wide variety of packages at <span><a rel="nofollow" href="https://wiki.ubuntu.com/DebuggingProcedures" target="_new">https:/<wbr></wbr>/wiki.ubuntu.<wbr></wbr>com/DebuggingPr<wbr></wbr>ocedures</a>.</span> Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!</p></div> </td> </tr> </tr> <tr> <td colspan="2" width="100%"> <table> <tbody> <tr> <td> <input class="hiddenType" id="field.security_related.used" name="field.security_related.used" type="hidden" value="" /> <input class="checkboxType" id="field.security_related" name="field.security_related" type="checkbox" value="on" /> </td> <td> <label for="field.security_related"> This bug is a security vulnerability </label> <div> The security group for Ubuntu will be notified. </div> </td> </tr> </tbody> </table> </td> </tr> </tbody></table></td></tr> <tr> <td colspan="2"> <fieldset id="filebug-extra-options" class="collapsible"> <legend>Extra options</legend> <div> <table> <tr> <td colspan="2"> <div> <label for="field.tags">Tags:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="textType" id="field.tags" name="field.tags" size="20" type="text" value="" /> <a href="/+help-bugs/tag-search.html" class="sprite maybe action-icon" target="help">Tag search help</a> <script type="text/javascript"> LPJS.use('event', 'lp.bugs.tags_entry', function(Y) { var official_tags = ["a11y", "armel", "bisect-done", "bitesize", "cherry-pick", "compat-wireless", "ftbfs", "gnome3", "hibernate", "hw-specific", "kernel-bug", "lo33", "manpage", "metabug", "mobile", "multiarch", "natty", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "nexus7", "oneiric", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "precise", "quantal", "raring", "regression-proposed", "regression-release", "regression-update", "resume", "saucy", "string-fix", "suspend", "testcase", "touch", "trusty", "upgrade-software-version", "verification-done", "verification-failed", "verification-needed"]; Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_complete( 'input[id="field.tags"][type="text"]', official_tags); }); }); </script> </div> <p class="formHelp">Space-separated keywords for classifying this bug report.</p> </div> </td> </tr> </table> <fieldset style="border: 1px solid #999; padding: 0.5em"> <legend style="margin-left: 1em; font-weight: normal;"> <span class="fieldOptional">Include an attachment (Optional)</span> </legend> <table> <tr> <td colspan="2"> <div> <label for="field.filecontent">Attachment:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="hiddenType" id="field.filecontent.used" name="field.filecontent.used" type="hidden" value="" /> <input class="fileType" id="field.filecontent" name="field.filecontent" size="20" type="file" /> </div> </div> </td> </tr> <tr> <td colspan="2"> <div> <input class="hiddenType" id="field.patch.used" name="field.patch.used" type="hidden" value="" /> <input class="checkboxType" id="field.patch" name="field.patch" type="checkbox" value="on" /> <label for="field.patch">This attachment is a patch</label> </div> </td> </tr> <tr> <td colspan="2"> <div> <label for="field.attachment_description">Description:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="textType" id="field.attachment_description" name="field.attachment_description" size="44" type="text" value="" /> </div> </div> </td> </tr> </table> </fieldset> </div> </fieldset> </td> </tr> </table> <script type="text/javascript"><!-- setFocusByName('field.title'); // --></script> </div> <div class="actions"> <input type="submit" id="field.actions.submit_bug" name="field.actions.submit_bug" value="Submit Bug Report" class="button" /> </div> </form> </div> </div> </div> <p class="hidden"> <a id="filebug-base-url" href="https://bugs.launchpad.net/"></a> <a id="filebug-form-url" href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug-inline-form"></a> <a id="duplicate-search-url" href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug-show-similar"></a> </p> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-logo-and-name-hierarchy.png" alt="Launchpad" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004-2014 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="/support">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="http://www.canonical.com/about-canonical/careers">Careers</a> • <a href="http://identi.ca/launchpadstatus">System status</a> <span id="lp-version"> • r16985 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <div id="help-pane" class="invisible"> <div id="help-body"> <iframe id="help-pane-content" class="invisible" src="javascript:void(0);"></iframe> </div> <div id="help-footer"> <span id="help-close"></span> </div> </div> <script>LP.links['me'] = '/~bens332';</script> <script id="json-cache-script">LP.cache = {"bug_private_by_default": false, "context": {"bug_reported_acknowledgement": null, "display_name": "ubiquity in Ubuntu", "name": "ubiquity", "title": "\u201cubiquity\u201d package in Ubuntu", "distribution_link": "https://bugs.launchpad.net/api/devel/ubuntu", "web_link": "https://launchpad.net/ubuntu/+source/ubiquity", "official_bug_tags": ["a11y", "armel", "bisect-done", "bitesize", "cherry-pick", "compat-wireless", "ftbfs", "gnome3", "hibernate", "hw-specific", "kernel-bug", "lo33", "manpage", "metabug", "mobile", "multiarch", "natty", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "nexus7", "oneiric", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "precise", "quantal", "raring", "regression-proposed", "regression-release", "regression-update", "resume", "saucy", "string-fix", "suspend", "testcase", "touch", "trusty", "upgrade-software-version", "verification-done", "verification-failed", "verification-needed"], "http_etag": "\"f5d948c57e2c1f79a74180ca64f544107ae991bf-5e1a9514b4f505ab13e9a44229c1391bd76e031d\"", "self_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/ubiquity", "bug_reporting_guidelines": "Please attach the files /var/log/syslog and /var/log/partman to your bug. You need to attach these from the running installer, after you encounter the problem you are reporting, but before you reboot (this is very important!).\n\nIf you installed successfully but are reporting some problem you had during the installation process, then you should find these files saved as /var/log/installer/syslog and /var/log/installer/partman instead.\n\nIf your problem is with the text-mode installer (\"debian-installer\" or \"d-i\") used on the alternate and server install CDs and for netboot installations, then please file your bug at https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug instead.", "resource_type_link": "https://bugs.launchpad.net/api/devel/#distribution_source_package", "upstream_product_link": "https://bugs.launchpad.net/api/devel/ubiquity"}, "related_features": {}, "information_type_data": {"PRIVATESECURITY": {"description": "Only the security group can see this information.\n ", "value": "PRIVATESECURITY", "description_css_class": "choice-description", "order": 2, "is_private": true, "name": "Private Security"}, "USERDATA": {"description": "Only shared with users permitted to see private user information.\n", "value": "USERDATA", "description_css_class": "choice-description", "order": 3, "is_private": true, "name": "Private"}, "PUBLICSECURITY": {"description": "Everyone can see this security related information.\n", "value": "PUBLICSECURITY", "description_css_class": "choice-description", "order": 1, "is_private": false, "name": "Public Security"}, "PUBLIC": {"description": "Everyone can see this information.\n", "value": "PUBLIC", "description_css_class": "choice-description", "order": 0, "is_private": false, "name": "Public"}}, "enable_bugfiling_duplicate_search": true, "bugtask_status_data": [{"style": "", "help": "", "css_class": "statusNEW", "description": "Not looked at yet.\n", "value": "New", "disabled": false, "description_css_class": "choice-description", "name": "New"}, {"style": "", "help": "", "css_class": "statusCONFIRMED", "description": "Verified by someone other than the reporter.\n", "value": "Confirmed", "disabled": false, "description_css_class": "choice-description", "name": "Confirmed"}, {"style": "", "help": "", "css_class": "statusTRIAGED", "description": "Verified by the bug supervisor.\n", "value": "Triaged", "disabled": false, "description_css_class": "choice-description", "name": "Triaged"}, {"style": "", "help": "", "css_class": "statusINPROGRESS", "description": "The assigned person is working on it.\n", "value": "In Progress", "disabled": false, "description_css_class": "choice-description", "name": "In Progress"}, {"style": "", "help": "", "css_class": "statusFIXCOMMITTED", "description": "Fixed, but not available until next release.\n", "value": "Fix Committed", "disabled": false, "description_css_class": "choice-description", "name": "Fix Committed"}, {"style": "", "help": "", "css_class": "statusFIXRELEASED", "description": "The fix was released.\n", "value": "Fix Released", "disabled": false, "description_css_class": "choice-description", "name": "Fix Released"}], "bugtask_importance_data": [{"style": "", "help": "", "css_class": "importanceUNDECIDED", "description": "Not decided yet. Maybe needs more discussion.\n", "value": "Undecided", "disabled": false, "description_css_class": "choice-description", "name": "Undecided"}, {"style": "", "help": "", "css_class": "importanceCRITICAL", "description": "Fix now or as soon as possible.\n", "value": "Critical", "disabled": false, "description_css_class": "choice-description", "name": "Critical"}, {"style": "", "help": "", "css_class": "importanceHIGH", "description": "Schedule to be fixed soon.\n", "value": "High", "disabled": false, "description_css_class": "choice-description", "name": "High"}, {"style": "", "help": "", "css_class": "importanceMEDIUM", "description": "Fix when convenient, or schedule to fix later.\n", "value": "Medium", "disabled": false, "description_css_class": "choice-description", "name": "Medium"}, {"style": "", "help": "", "css_class": "importanceLOW", "description": "Fix when convenient.\n", "value": "Low", "disabled": false, "description_css_class": "choice-description", "name": "Low"}, {"style": "", "help": "", "css_class": "importanceWISHLIST", "description": "Not a bug. It's an enhancement/new feature.\n", "value": "Wishlist", "disabled": false, "description_css_class": "choice-description", "name": "Wishlist"}]};</script> </body> <!-- Facet name: bugs Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 36 queries/external actions issued in 0.34 seconds Features: {'app.mainsite_only.canonical_url': None, 'baselayout.careers_link.disabled': None, 'hard_timeout': u'5000', 'profiling.enabled': None, 'js.yui_version': None, 'visible_render_time': None} r16985 --> </html>
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Now I noticed that is I enter the accented letter twice (dead-key, a,
dead-key, a) que accented letter appears once and keeps showing again
each time I type a single (dead-key, a).
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/569557
Title:
javascript key events for diacritics generates 0 keycode on danish
qwerty
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/569557/+subscriptions
- Previous message: [Bug 569557] Re: javascript key events for diacritics generates 0 keycode on danish qwerty
- Next message: [Bug 1311320] Re: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Report a bug about “ubiquity” package in Ubuntu : Bugs : “ubiquity” package : Ubuntu</title> <link rel="shortcut icon" href="/@@/launchpad.png" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev16985/combo.css" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev16985/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev16985/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev16985/?lp/', comboBase: '/+combo/rev16985/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.app.longpoll', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); // Longpolling will only start if // LP.cache.longpoll is populated. // We use Y.later to work around a Safari/Chrome 'feature': // The mouse cursor stays 'busy' until all the requests started during // page load are finished. Hence we want the long poll request to start // right *after* the page has loaded. Y.later(0, Y.lp.app.longpoll, Y.lp.app.longpoll.setupLongPollManager); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.bugs.filebug', function(Y) { Y.on('domready', function() { Y.lp.bugs.filebug.setup_filebug(); }); }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_only public yui3-skin-sam"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12833497-1']); _gaq.push(['_setDomainName', '.launchpad.net']); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); </script> <script type="text/javascript" src="https://launchpad.net/+icing/rev16985/google-analytics/ga.js"></script> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"> <form action="/+logout" method="post"> <input type="hidden" name="loggingout" value="1" /> <a href="https://launchpad.net/~bens332" class="sprite person">Likos Math (bens332)</a> • <input type="submit" name="logout" value="Log Out" /> </form> </div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/49558155/64_logo.png" /></a> </div> <div class="wide"> <h2>Ubuntu</h2> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu/+source/ubiquity">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/ubiquity">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations disabled-tab"><span>Translations</span></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/ubiquity">Answers</a></li> </ul> </div> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div> <h2>Report a bug</h2> </div> <ol itemprop="breadcrumb" class="breadcrumbs"> <li> <a href="https://launchpad.net/ubuntu">Ubuntu</a> </li> <li> <a href="https://launchpad.net/ubuntu/+source/ubiquity">“ubiquity” package</a> </li> <li> <a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity">Bugs</a> </li> <li> Report a bug about “ubiquity” package... </li> </ol> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="yui-g"> <div class="top-portlet"> <div> <div> <form action="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug" name="launchpadform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="filebug-search-form"> <div> <table> <input class="hiddenType" id="field.tags" name="field.tags" type="hidden" value="" /> <tr> <td colspan="2"> <p> Please describe the bug in a few words, for example, "weather applet crashes on logout": </p> </td> </tr> <tr> <td style="text-align: left; padding-left: 5em;"> <div> <label for="field.title">Summary:</label> <input class="textType" id="field.title" name="field.title" size="40" type="text" value="" /> </div> </td> <td style="text-align: left;"> <input type="submit" id="field.actions.search" name="field.actions.search" value="Continue" class="button" /> <span id="spinner" style="text-align: center" class="hidden"> <img src="/@@/spinner" /> </span> </td> </tr> </table> <script type="text/javascript"><!-- setFocusByName('field.title'); // --></script> </div> <div> </div> </form> </div> </div> </div> <div id="possible-duplicates" style="text-align: left;"> </div> <div id="filebug-form-container" class="transparent hidden"> <div id="bug-reporting-form"> <div> <form action="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug" name="launchpadform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="filebug-form"> <div> <table class="form"> <tr> <th colspan="2" style="text-align: left"><label for="field.packagename">In what package did you find this bug?</label> </th> </tr> <tr> <td style="padding-bottom: 1.5em" colspan="2" class=""> <ul> <li> <input type="radio" name="packagename_option" value="none" id="no-package" /> <label style="font-weight: normal" for="no-package"> I don't know </label> </li> <li style="margin-top: 4px"> <input type="radio" name="packagename_option" value="choose" id="choose" checked="checked" /> <span> <input type="text" value="ubiquity" id="field.packagename" name="field.packagename" size="20" maxlength="" onKeyPress="selectWidget('choose', event)" style="" class="" /> <script type="text/javascript"> LPJS.use('node', 'lp.app.picker', function(Y) { var text_input = Y.DOM.byId('field.packagename'); var select_menu = Y.DOM.byId('field.packagename-suggestions'); Y.lp.app.picker.connect_select_menu( select_menu, text_input); });</script> <span class="hidden">(<a id="show-widget-field-packagename" href="#">Find…</a>)</span> <script> LPJS.use('node', 'lp.app.picker', function(Y) { var config = {"show_remove_button": false, "show_assign_me_button": false, "assign_me_text": "Pick me", "remove_person_text": "Remove person", "header": "Select a Package", "selected_value_metadata": null, "vocabulary_name": "BinaryAndSourcePackageName", "show_widget_id": "show-widget-field-packagename", "selected_value": null, "input_element": "field.packagename", "remove_team_text": "Remove team", "extra_no_results_message": null, "vocabulary_filters": [], "show_create_team": false, "picker_type": "default", "step_title": "Search"}; var show_widget_id = 'show-widget-field-packagename'; Y.on('domready', function(e) { Y.lp.app.picker.addPicker(config, show_widget_id); }); }); </script> </span> </li> </ul> </td> </tr> <tr> <td colspan="2"> <div> <label for="field.title">Summary:</label> <div> <input class="textType" id="field.title" name="field.title" size="40" type="text" value="" /> </div> </div> </td> </tr> <tr> <td colspan="2" style="text-align: left"> <div> <label for="field.comment">Further information:</label> <div><textarea cols="44" id="field.comment" name="field.comment" rows="15" ></textarea></div> </div> </td> </tr> <tr id="extra-filebug-details"><td colspan="2" width="100%"><table><tbody> <tr> <tr> <td colspan="2" id="bug-reporting-guidelines"> <h3>ubiquity (Ubuntu) bug reporting guidelines:</h3> <div><p>Please attach the files /var/log/syslog and /var/log/partman to your bug. You need to attach these from the running installer, after you encounter the problem you are reporting, but before you reboot (this is very important!).</p> <p>If you installed successfully but are reporting some problem you had during the installation process, then you should find these files saved as /var/log/<wbr />installer/<wbr />syslog and /var/log/<wbr />installer/<wbr />partman instead.</p> <p>If your problem is with the text-mode installer ("debian-installer" or "d-i") used on the alternate and server install CDs and for netboot installations, then please file your bug at <a rel="nofollow" href="https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug" target="_new">https:/<wbr></wbr>/bugs.launchpad<wbr></wbr>.net/ubuntu/<wbr></wbr>+source/<wbr></wbr>debian-<wbr></wbr>installer/<wbr></wbr>+filebug</a> instead.</p></div> <h3>Ubuntu bug reporting guidelines:</h3> <div><p>Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at <a rel="nofollow" href="http://answers.launchpad.net/ubuntu/" target="_new">http://<wbr></wbr>answers.<wbr></wbr>launchpad.<wbr></wbr>net/ubuntu/</a> - these can be made into bugs later. Another support venue is <span><a rel="nofollow" href="http://askubuntu.com" target="_new">http://<wbr></wbr>askubuntu.<wbr></wbr>com</a>.</span></p> <p>If you are certain this is a bug please include the source package the bug is in. For help see <span><a rel="nofollow" href="https://wiki.ubuntu.com/Bugs/FindRightPackage" target="_new">https:/<wbr></wbr>/wiki.ubuntu.<wbr></wbr>com/Bugs/<wbr></wbr>FindRightPackag<wbr></wbr>e</a>.</span></p> <p>We also need:</p> <p>1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu<br /> 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center<br /> 3) What you expected to happen<br /> 4) What happened instead</p> <p>Most of this information is gathered when you use apport to report the bug. See <a rel="nofollow" href="https://help.ubuntu.com/community/ReportingBugs" target="_new">https:/<wbr></wbr>/help.ubuntu.<wbr></wbr>com/community/<wbr></wbr>ReportingBugs</a> for complete details.</p> <p>The Ubuntu community has also created debugging procedures for a wide variety of packages at <span><a rel="nofollow" href="https://wiki.ubuntu.com/DebuggingProcedures" target="_new">https:/<wbr></wbr>/wiki.ubuntu.<wbr></wbr>com/DebuggingPr<wbr></wbr>ocedures</a>.</span> Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!</p></div> </td> </tr> </tr> <tr> <td colspan="2" width="100%"> <table> <tbody> <tr> <td> <input class="hiddenType" id="field.security_related.used" name="field.security_related.used" type="hidden" value="" /> <input class="checkboxType" id="field.security_related" name="field.security_related" type="checkbox" value="on" /> </td> <td> <label for="field.security_related"> This bug is a security vulnerability </label> <div> The security group for Ubuntu will be notified. </div> </td> </tr> </tbody> </table> </td> </tr> </tbody></table></td></tr> <tr> <td colspan="2"> <fieldset id="filebug-extra-options" class="collapsible"> <legend>Extra options</legend> <div> <table> <tr> <td colspan="2"> <div> <label for="field.tags">Tags:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="textType" id="field.tags" name="field.tags" size="20" type="text" value="" /> <a href="/+help-bugs/tag-search.html" class="sprite maybe action-icon" target="help">Tag search help</a> <script type="text/javascript"> LPJS.use('event', 'lp.bugs.tags_entry', function(Y) { var official_tags = ["a11y", "armel", "bisect-done", "bitesize", "cherry-pick", "compat-wireless", "ftbfs", "gnome3", "hibernate", "hw-specific", "kernel-bug", "lo33", "manpage", "metabug", "mobile", "multiarch", "natty", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "nexus7", "oneiric", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "precise", "quantal", "raring", "regression-proposed", "regression-release", "regression-update", "resume", "saucy", "string-fix", "suspend", "testcase", "touch", "trusty", "upgrade-software-version", "verification-done", "verification-failed", "verification-needed"]; Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_complete( 'input[id="field.tags"][type="text"]', official_tags); }); }); </script> </div> <p class="formHelp">Space-separated keywords for classifying this bug report.</p> </div> </td> </tr> </table> <fieldset style="border: 1px solid #999; padding: 0.5em"> <legend style="margin-left: 1em; font-weight: normal;"> <span class="fieldOptional">Include an attachment (Optional)</span> </legend> <table> <tr> <td colspan="2"> <div> <label for="field.filecontent">Attachment:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="hiddenType" id="field.filecontent.used" name="field.filecontent.used" type="hidden" value="" /> <input class="fileType" id="field.filecontent" name="field.filecontent" size="20" type="file" /> </div> </div> </td> </tr> <tr> <td colspan="2"> <div> <input class="hiddenType" id="field.patch.used" name="field.patch.used" type="hidden" value="" /> <input class="checkboxType" id="field.patch" name="field.patch" type="checkbox" value="on" /> <label for="field.patch">This attachment is a patch</label> </div> </td> </tr> <tr> <td colspan="2"> <div> <label for="field.attachment_description">Description:</label> <span class="fieldRequired">(Optional)</span> <div> <input class="textType" id="field.attachment_description" name="field.attachment_description" size="44" type="text" value="" /> </div> </div> </td> </tr> </table> </fieldset> </div> </fieldset> </td> </tr> </table> <script type="text/javascript"><!-- setFocusByName('field.title'); // --></script> </div> <div class="actions"> <input type="submit" id="field.actions.submit_bug" name="field.actions.submit_bug" value="Submit Bug Report" class="button" /> </div> </form> </div> </div> </div> <p class="hidden"> <a id="filebug-base-url" href="https://bugs.launchpad.net/"></a> <a id="filebug-form-url" href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug-inline-form"></a> <a id="duplicate-search-url" href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+filebug-show-similar"></a> </p> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-logo-and-name-hierarchy.png" alt="Launchpad" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004-2014 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="/support">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="http://www.canonical.com/about-canonical/careers">Careers</a> • <a href="http://identi.ca/launchpadstatus">System status</a> <span id="lp-version"> • r16985 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <div id="help-pane" class="invisible"> <div id="help-body"> <iframe id="help-pane-content" class="invisible" src="javascript:void(0);"></iframe> </div> <div id="help-footer"> <span id="help-close"></span> </div> </div> <script>LP.links['me'] = '/~bens332';</script> <script id="json-cache-script">LP.cache = {"bug_private_by_default": false, "context": {"bug_reported_acknowledgement": null, "display_name": "ubiquity in Ubuntu", "name": "ubiquity", "title": "\u201cubiquity\u201d package in Ubuntu", "distribution_link": "https://bugs.launchpad.net/api/devel/ubuntu", "web_link": "https://launchpad.net/ubuntu/+source/ubiquity", "official_bug_tags": ["a11y", "armel", "bisect-done", "bitesize", "cherry-pick", "compat-wireless", "ftbfs", "gnome3", "hibernate", "hw-specific", "kernel-bug", "lo33", "manpage", "metabug", "mobile", "multiarch", "natty", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "nexus7", "oneiric", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "precise", "quantal", "raring", "regression-proposed", "regression-release", "regression-update", "resume", "saucy", "string-fix", "suspend", "testcase", "touch", "trusty", "upgrade-software-version", "verification-done", "verification-failed", "verification-needed"], "http_etag": "\"f5d948c57e2c1f79a74180ca64f544107ae991bf-5e1a9514b4f505ab13e9a44229c1391bd76e031d\"", "self_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/ubiquity", "bug_reporting_guidelines": "Please attach the files /var/log/syslog and /var/log/partman to your bug. You need to attach these from the running installer, after you encounter the problem you are reporting, but before you reboot (this is very important!).\n\nIf you installed successfully but are reporting some problem you had during the installation process, then you should find these files saved as /var/log/installer/syslog and /var/log/installer/partman instead.\n\nIf your problem is with the text-mode installer (\"debian-installer\" or \"d-i\") used on the alternate and server install CDs and for netboot installations, then please file your bug at https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug instead.", "resource_type_link": "https://bugs.launchpad.net/api/devel/#distribution_source_package", "upstream_product_link": "https://bugs.launchpad.net/api/devel/ubiquity"}, "related_features": {}, "information_type_data": {"PRIVATESECURITY": {"description": "Only the security group can see this information.\n ", "value": "PRIVATESECURITY", "description_css_class": "choice-description", "order": 2, "is_private": true, "name": "Private Security"}, "USERDATA": {"description": "Only shared with users permitted to see private user information.\n", "value": "USERDATA", "description_css_class": "choice-description", "order": 3, "is_private": true, "name": "Private"}, "PUBLICSECURITY": {"description": "Everyone can see this security related information.\n", "value": "PUBLICSECURITY", "description_css_class": "choice-description", "order": 1, "is_private": false, "name": "Public Security"}, "PUBLIC": {"description": "Everyone can see this information.\n", "value": "PUBLIC", "description_css_class": "choice-description", "order": 0, "is_private": false, "name": "Public"}}, "enable_bugfiling_duplicate_search": true, "bugtask_status_data": [{"style": "", "help": "", "css_class": "statusNEW", "description": "Not looked at yet.\n", "value": "New", "disabled": false, "description_css_class": "choice-description", "name": "New"}, {"style": "", "help": "", "css_class": "statusCONFIRMED", "description": "Verified by someone other than the reporter.\n", "value": "Confirmed", "disabled": false, "description_css_class": "choice-description", "name": "Confirmed"}, {"style": "", "help": "", "css_class": "statusTRIAGED", "description": "Verified by the bug supervisor.\n", "value": "Triaged", "disabled": false, "description_css_class": "choice-description", "name": "Triaged"}, {"style": "", "help": "", "css_class": "statusINPROGRESS", "description": "The assigned person is working on it.\n", "value": "In Progress", "disabled": false, "description_css_class": "choice-description", "name": "In Progress"}, {"style": "", "help": "", "css_class": "statusFIXCOMMITTED", "description": "Fixed, but not available until next release.\n", "value": "Fix Committed", "disabled": false, "description_css_class": "choice-description", "name": "Fix Committed"}, {"style": "", "help": "", "css_class": "statusFIXRELEASED", "description": "The fix was released.\n", "value": "Fix Released", "disabled": false, "description_css_class": "choice-description", "name": "Fix Released"}], "bugtask_importance_data": [{"style": "", "help": "", "css_class": "importanceUNDECIDED", "description": "Not decided yet. Maybe needs more discussion.\n", "value": "Undecided", "disabled": false, "description_css_class": "choice-description", "name": "Undecided"}, {"style": "", "help": "", "css_class": "importanceCRITICAL", "description": "Fix now or as soon as possible.\n", "value": "Critical", "disabled": false, "description_css_class": "choice-description", "name": "Critical"}, {"style": "", "help": "", "css_class": "importanceHIGH", "description": "Schedule to be fixed soon.\n", "value": "High", "disabled": false, "description_css_class": "choice-description", "name": "High"}, {"style": "", "help": "", "css_class": "importanceMEDIUM", "description": "Fix when convenient, or schedule to fix later.\n", "value": "Medium", "disabled": false, "description_css_class": "choice-description", "name": "Medium"}, {"style": "", "help": "", "css_class": "importanceLOW", "description": "Fix when convenient.\n", "value": "Low", "disabled": false, "description_css_class": "choice-description", "name": "Low"}, {"style": "", "help": "", "css_class": "importanceWISHLIST", "description": "Not a bug. It's an enhancement/new feature.\n", "value": "Wishlist", "disabled": false, "description_css_class": "choice-description", "name": "Wishlist"}]};</script> </body> <!-- Facet name: bugs Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 36 queries/external actions issued in 0.34 seconds Features: {'app.mainsite_only.canonical_url': None, 'baselayout.careers_link.disabled': None, 'hard_timeout': u'5000', 'profiling.enabled': None, 'js.yui_version': None, 'visible_render_time': None} r16985 --> </html>
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Ubuntu-mozillateam-bugs
mailing list