superreview granted: [Bug 392746] Multiple selection can go wrong when selecting something before an existing selection : [Attachment 311145] patchRobert O'Callahan (:roc) (reduced activity March 18 to April 9)
<roc@ocallahan.org> has granted superreview:
Bug 392746: Multiple selection can go wrong when selecting something before an
existing selection
https://bugzilla.mozilla.org/show_bug.cgi?id=392746
Attachment 311145: patch
https://bugzilla.mozilla.org/attachment.cgi?id=311145&action=edit
------- Additional Comments from Robert O'Callahan (:roc) (reduced activity
March 18 to April 9) <roc@ocallahan.org>
looks good
...
superreview cancelled: [Bug 181105] Selection behaves badly when SpellCheck Selection is on : [Attachment 141155] Make alternate selection types render properlyNeil Deakin <enndeakin@sympatico.ca> has cancelled Boris Zbarsky
<bzbarsky@mit.edu>'s request for superreview:
Bug 181105: Selection behaves badly when SpellCheck Selection is on
http://bugzilla.mozilla.org/show_bug.cgi?id=181105
Attachment 141155: Make alternate selection types render properly
http://bugzilla.mozilla.org/attachment.cgi?id=141155&action=edit
...
superreview requested: [Bug 181105] Selection behaves badly when SpellCheck Selection is on : [Attachment 141155] Make alternate selection types render properlyBoris Zbarsky <bzbarsky@mit.edu> has asked Simon Fraser <sfraser@aol.net> for
superreview:
Bug 181105: Selection behaves badly when SpellCheck Selection is on
http://bugzilla.mozilla.org/show_bug.cgi?id=181105
Attachment 141155: Make alternate selection types render properly
http://bugzilla.mozilla.org/attachment.cgi?id=141155&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
>Index: content/base/src/nsSelection.cpp
>@@ -2792,17 +2792,37 @@ nsSelection::LookUpSelection(nsIContent
>+ mDomSelections[j]->GetIsCollapsed(&a...
superreview granted: [Bug 185098] Font style ignored if <option selected="selected"> in a <select> that contains an optgroup : [Attachment 154999] Patch rev. 1Boris Zbarsky <bzbarsky@mit.edu> has granted Boris Zbarsky <bzbarsky@mit.edu>'s
request for superreview:
Bug 185098: Font style ignored if <option selected="selected"> in a <select>
that contains an optgroup
http://bugzilla.mozilla.org/show_bug.cgi?id=185098
Attachment 154999: Patch rev. 1
http://bugzilla.mozilla.org/attachment.cgi?id=154999&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
Yeah, this is reasonable. r+sr=bzbarsky.
For future reference, using more context and the -p option makes the diff...
Selecting AttachmentsName: John Wagner
Email: ablescorch46atb2xonlinedotcom
Product: Firefox
Summary: Selecting Attachments
Comments:
For my work, I use a web-based government site, Law Enforcement Online
(www.leo.gov) to submit reports as attachments. Inside the LEO site is
a communications suite link. When I access that link I first select my
addressee -- no problem. Then I select "Attachment"; under the older
version of Firefox, I would see a "Browse" window, and could access the
files I wished to attach. Under Firefox 3.0.3, a black with white
lettering bar reading &q...
SELECT from SELECTHi!
I remember seeing an example where you can do a select from a nested
select, but I cannot seem to make it work.
So it would be something like this:
select max( name )
from (
select name from customer
union
select name from vendor
)
Was I dreaming I saw that?
Thanks!
D
In article <4500243f@forums-2-dub>,
daniel_AT_infrontsoftware_DOT_com@N0SPAM.com says...
> Hi!
>
> I remember seeing an example where you can do a select from a nested
> select, but I cannot seem to make it work.
No, you weren't. Try (UNTESTED!) adding a...
superreview granted: [Bug 112281] ctrl+shift+click whle making range selections in form <select> shouldn't wipe out other selected items : [Attachment 135533] Proposed patchRobert O'Callahan <roc@ocallahan.org> has granted Boris Zbarsky (real world
intrudes) <bz-vacation@mit.edu>'s request for superreview:
Bug 112281: ctrl+shift+click whle making range selections in form <select>
shouldn't wipe out other selected items
http://bugzilla.mozilla.org/show_bug.cgi?id=112281
Attachment 135533: Proposed patch
http://bugzilla.mozilla.org/attachment.cgi?id=135533&action=edit
------- Additional Comments from Robert O'Callahan <roc@ocallahan.org>
looks quite straighforward :-)
...
superreview requested: [Bug 112281] ctrl+shift+click whle making range selections in form <select> shouldn't wipe out other selected items : [Attachment 135533] Proposed patchBoris Zbarsky (real world intrudes) <bz-vacation@mit.edu> has asked Robert
O'Callahan <roc@ocallahan.org> for superreview:
Bug 112281: ctrl+shift+click whle making range selections in form <select>
shouldn't wipe out other selected items
http://bugzilla.mozilla.org/show_bug.cgi?id=112281
Attachment 135533: Proposed patch
http://bugzilla.mozilla.org/attachment.cgi?id=135533&action=edit
------- Additional Comments from Boris Zbarsky (real world intrudes)
<bz-vacation@mit.edu>
roc, what do you think?
...
Could not attach any attachmentHi,
I'm using bugzilla 3.1.3, perl 5.10, IIS6.0, Mysql5.0 and able to add new
bugs or search bugs.
But not able to attach any file.
It's give some error in attachment.cgi file.
Pls help me if any one know the solution.
Sandesh
...
Delphi XE3 FireDAC TADConnection: Firebird driver not in Driver ID listDelphi XE3 Enterprise FireDAC TADConnection Firebird driver not in Driver ID list
Hi to all,
I use Delphi XE3 Enterprise and have just installed FireDAC 7.0.1, but trying the sample "getting started" application, I can't find Firebird in the Driver ID list. I can see ADS, ASA, DataSnap, etc but no Firebird.
By the way, all the DBExpress applications are running fine with Firebird.
Is something I have missed?
Hernando.
Hello Hernando
'FB' driver ID was introduced in FireDAC v 9.0.1 (XE5). Before that existed only 'IB' driver ID.
To workaround ...
Attaching a javascript to or getting Dataset when we select last Dropdown value in Cascadingdropdown n attach to grid
Hi All,
I am having two drop down (dynamically generated) VP Department and Work Group which i fill using the cascading drop down. On the select of last dropdown i want to fill datagrid and a label on the selected value of last drop down. Is there any feature in cascading dropdown or Ajaxtoolkit by which i can fill my grid or a label on the selected value of last dropdowning.
I am trying to attach a javascript on onchange event of last dropdown but gives me javascript error on last drop down. So i even cant make a xmlhttprequest on last dropdown.
Any other way i can do this.
Rega...
how to select multiple files at a time using Ctrl+select and upload the attachments in C# .Net 1.0?
Hi, Do any one know how to select multiple files at a time using Ctrl+select and upload the attachments in C# .Net 1.0? I know that by placing 4 or 5 attachment controls we can do that.But I want to select multiple at a time. Do any one know this???
i think there is no option to select multiple file at a time ... instead you can use Upload Multiple files each at one time like Gmail.. Regards,M.VenkatesanMy Blog : http://venkat-dotnetsamples.blogspot.comPlease remember to click “Mark as Answer” on the post that helps you,and to click “Unmark as Answer” if a marked po...
superreview requested: [Bug 181105] Selection behaves badly when SpellCheck Selection is on : [Attachment 141176] Better patchNeil Deakin <enndeakin@sympatico.ca> has asked Simon Fraser <sfraser@aol.net>
for superreview:
Bug 181105: Selection behaves badly when SpellCheck Selection is on
http://bugzilla.mozilla.org/show_bug.cgi?id=181105
Attachment 141176: Better patch
http://bugzilla.mozilla.org/attachment.cgi?id=141176&action=edit
...
Drivers Drivers Drivers on Terminal ServersHi,
Ive running NW6.5 Sp5 with iprint client 4.26 on a pool of 2003 terminal
Servers. Clients have printers installed via login sript each time they
login.
1, When i update the driver in Iprint ,will it update automaticly on the
TS and workstation
2, What are the most stable Ricoh drivers to use PCL 5,6,PCL Mini-Driver
or RPCS Driver.
Thamks
Mike
Michael@nospam.ddg.com wrote:
>1, When i update the driver in Iprint ,will it update automaticly on the
>TS and workstation
No.
>2, What are the most stable Ricoh drivers to use PCL 5,6,PCL Mini-Driver
...