L. David Baron
|
a9f3f435d9
|
Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky
|
2011-04-22 18:36:24 -07:00 |
|
Ehsan Akhgari
|
0b88f8cd63
|
Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc
|
2011-03-16 15:34:30 -04:00 |
|
Brad Lassey
|
d6eb788545
|
bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=roc a=blocking-fennec
|
2010-11-23 21:12:53 -05:00 |
|
Ehsan Akhgari
|
09be33263f
|
Bug 570192 - Make sure that XUL textbox's constructor does not fail if we don't have a frame available; r,a=gavin
|
2010-06-04 14:58:02 -04:00 |
|
Frank Yan
|
b99a6c467e
|
Bug 576135: Initial right-click on a XUL textbox should not have cut/copy/paste disabled. r=mano
|
2010-07-05 22:27:52 -06:00 |
|
Dão Gottwald
|
41bde0a285
|
Bug 547224 follow-up: fix typo
|
2010-03-06 23:15:12 +01:00 |
|
Dão Gottwald
|
fad1ff5bf5
|
Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
|
2010-03-04 08:13:27 +01:00 |
|
|
|
84995e8586
|
Bug 530495 - textbox.xml throw an error (line 175) if the textbox.inputField didn't exist (r=neil)
|
2009-11-25 11:49:52 -08:00 |
|
Neil Rashbrook
|
5ff8017328
|
Bug 523693 Inline spell checker shouuld be a module r=gavin
|
2009-10-28 11:15:22 +00:00 |
|
Neil Deakin
|
a404ecfd9c
|
Bug 517819, inherit noinitialfocus into textbox inputs, so that uthe nknown content dialog can use it, prevents focus from appearing on the file type field, r=neil
|
2009-10-16 10:32:02 -04:00 |
|
Neil Deakin
|
5cc1ab5ff7
|
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
|
2009-07-29 14:33:53 -04:00 |
|
Dão Gottwald
|
289f986be6
|
Bug 90587 - clickSelectsAll should not trigger on task switch if textbox already had focus. r=enn
|
2009-06-22 21:53:58 +02:00 |
|
Dão Gottwald
|
5bd8674a99
|
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
|
2009-04-24 13:20:03 +02:00 |
|
Dão Gottwald
|
036ae7ec70
|
Backed out changeset 69f84bd26700 (bug 487250) to fix browser_privatebrowsing_searchbar.js failure
|
2009-04-23 11:47:12 +02:00 |
|
Dão Gottwald
|
5f9fa9dbf9
|
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
|
2009-04-23 08:57:38 +02:00 |
|
Boris Zbarsky
|
8d1ad095f7
|
Bug 482585. Move some XUL textbox-specific rules out of xul.css and into the relevant bindings. r=enn, sr=dbaron
|
2009-03-12 10:16:33 -04:00 |
|
Graeme McCutcheon
|
cf66670df3
|
Bug 471776 - Textboxes with emptytext shouldn't enable undo for display and deletion of empty text. r=enndeakin
|
2009-02-15 17:35:50 +01:00 |
|
Marco Zehe
|
36c91bafeb
|
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
|
2009-02-02 10:38:53 +01:00 |
|
Ehsan Akhgari
|
b3e2eb7efc
|
Bug 473440 - LTR edit box context menu appears LTR in RTL locales; r=dao,enndeakin
|
2009-01-14 20:26:33 +03:30 |
|
Dão Gottwald
|
45ee390ae4
|
Bug 416013 - switching the text input direction should not affect emptytext. r=ehsan,gavin
|
2009-01-13 02:28:32 +01:00 |
|
Dão Gottwald
|
4c18f3b11a
|
Bug 472302 - get rid of fragile timeouts in textbox binding. r=enn
|
2009-01-12 20:55:37 +01:00 |
|
Graeme McCutcheon
|
3219789d9f
|
Bug 418874 - undo function does not work in emptyText textboxes (e.g. Firefox search field, URL bar). r=gavin
|
2008-12-31 11:40:23 +01:00 |
|
Dão Gottwald
|
01da1f3987
|
Bug 464084 - Clicking Search button in search bar highlights the default text (browser.urlbar.clickSelectsAll = true). r=enn
|
2008-12-11 13:09:03 +01:00 |
|
Dão Gottwald
|
5f56ad1cb4
|
Bug 288194 - XUL <textbox> is too hard to focus. r=enndeakin
|
2008-09-28 20:58:48 +02:00 |
|
Dão Gottwald
|
be3126c76a
|
Bug 450733 - Deprecate the timed textbox binding. r=enndeakin
|
2008-08-31 02:44:12 +02:00 |
|
Dão Gottwald
|
d0333b9489
|
Bug 388811 – provide a search textbox widget. r=enndeakin
|
2008-08-05 19:42:30 +02:00 |
|
Gavin Sharp
|
f4cdd0f0a9
|
Bug 427291: Multiple focus events fired when clicking XUL textbox (focus child html:input directly rather than xul:textbox), r=mano
|
2008-06-15 21:21:09 -04:00 |
|
|
|
f536ad2d39
|
Bug 417315 Cannot use IME menus during IME transaction #2 r=peterv+enndeakin, sr=peterv, a1.9=beltzner
|
2008-02-19 23:18:53 -08:00 |
|
|
|
dbfccc44d1
|
Bug 416467 - "textLength should not return the length of emptyText" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep]
|
2008-02-10 22:16:23 -08:00 |
|
|
|
3ede3df7b2
|
Bug 414857 - "When unfocusing the Search box in the Download manager fast, it doesn't apply the pattern" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=damons]
|
2008-02-09 21:10:01 -08:00 |
|
|
|
1e10fc8df7
|
Bug 400844 - "Label in organizer's search field becomes search text in some non-default modes (black, query)" [p=dao@mozilla.com (Dão Gottwald) r=Mano a=blocking-firefox3+]
|
2008-02-06 21:31:21 -08:00 |
|
|
|
58ea720063
|
Bug 406095 - add emptyText property to textbox. patch from Dao Gottwald <dao@mozilla.com>, r=gavin.
|
2008-02-06 11:00:09 -08:00 |
|
|
|
993c7024ec
|
Bug 410573 - "Correct menu item title case for textarea context menus" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=Mano ui-r+a1.9=beltzner]
|
2008-01-23 23:13:37 -08:00 |
|
|
|
f004e81ff3
|
bug 407359. Fix a11y issues with popups on main screen. r=mano, r=enn, r=surkov, r=marcoz, uir=mconnor
|
2008-01-23 15:49:10 -08:00 |
|
|
|
88dc656e88
|
Backing out bug 407359 because of orange
|
2008-01-22 14:26:57 -08:00 |
|
|
|
e5f6083ec2
|
Bug 407359. Fix accessibility issues with popups in main screen UI. r=marcoz, enn, surkov, mano, ui=mconnor, a=blocking1.9
|
2008-01-22 07:32:20 -08:00 |
|
|
|
04eaff2042
|
Bug 403471 - "Address and Search field text half-selected when clicking just inside field bounds" [p=dao r=Mano a1.9=schrep]
|
2007-11-12 21:35:17 -08:00 |
|
|
|
8cb825e061
|
bug 321000 - search bar should replace newlines in pasted text with spaces. r=gavin a=mconnor
|
2007-09-17 18:08:33 -07:00 |
|
|
|
f461ab34d9
|
Bug 394080 - broken instanceof checks in textbox.xml p=Dao Gottwald <dao@design-noir.de> sigh=mano
|
2007-09-02 09:40:33 -07:00 |
|
|
|
f7c36e4854
|
Make double-clicking in the URL bar again place the selected text in the X selection. Patch by Dão Gottwald <dao@design-noir.de> b=393828 r=mano
|
2007-08-31 10:12:07 -07:00 |
|
enndeakin@sympatico.ca
|
862658bdaf
|
Bug 367530, textbox.type should just get and set the type attribute, r=neil
|
2007-01-24 18:40:19 +00:00 |
|
martijn.martijn@gmail.com
|
747917580b
|
Bug 312867 - Implement textbox.reset(), expose input's editor, r+sr=neil, r=gavin
|
2006-12-19 11:17:27 +00:00 |
|
enndeakin@sympatico.ca
|
ef2061712a
|
Bug 346787, add binding for spellchecking in XUL textboxes
|
2006-11-20 17:45:10 +00:00 |
|
gavin@gavinsharp.com
|
019672395e
|
Bug 250156: fix doctypes, patch by Wei-ju Wu <weiju@web.de>, r=me, daniel@glazman.org
|
2006-10-13 17:08:26 +00:00 |
|
brettw@gmail.com
|
9223d2315a
|
Bug 346625 r=bryner Put back Select All accidentally removed by patch for bug 336799
|
2006-07-31 17:47:31 +00:00 |
|
brettw@gmail.com
|
b92c9fbb19
|
Bug 336799 r+sr=bryner Remove spellcheck UI from XUL textboxes
|
2006-07-28 17:36:00 +00:00 |
|
gavin@gavinsharp.com
|
fa5695b6e6
|
Bug 337845: Spell checking options should be at the bottom of the context menu, patch by Simon B�nzli <zeniko@gmail.com>, r=brettw, ben
|
2006-07-28 05:53:16 +00:00 |
|
mozilla.mano@sent.com
|
b00981b069
|
Bug 329394 - XUL textbox in XHTML page: focusing gives document.commandDispatcher has no properties. patch from Shawn Wilsher (sdwilsh) <comrade693@gmail.com>, rs=neil/me.
|
2006-07-26 21:54:05 +00:00 |
|
aaronleventhal@moonset.net
|
65b7d3ed09
|
Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano
|
2006-07-24 16:12:08 +00:00 |
|
martijn.martijn@gmail.com
|
7d8e51856b
|
Bug 312930 - rich text editor doesn't have context menu items for cut/copy/paste/spellcheck, r=brettw
|
2006-06-21 00:44:20 +00:00 |
|