superreview requested: [Bug 269318] TAB doesn't start from selection text after mouse click : [Attachment 166255] If element gets focused, move selection to focus if focus isn't already inside the sAaron Leventhal <aaronleventhal@moonset.net> has asked neil@parkwaycc.co.uk
<neil.parkwaycc.co.uk@myrealbox.com> for superreview:
Bug 269318: TAB doesn't start from selection text after mouse click
https://bugzilla.mozilla.org/show_bug.cgi?id=269318
Attachment 166255: If element gets focused, move selection to focus if focus
isn't already inside the selection. mLastFocusedWith is no longer needed for
making tab not move relative to selection after a mouse click
https://bugzilla.mozilla.org/attachment.cgi?id=166255&action=edit
...
superreview granted: [Bug 269318] TAB doesn't start from selection text after mouse click : [Attachment 166255] If element gets focused, move selection to focus if focus isn't already inside the selneil@parkwaycc.co.uk <neil.parkwaycc.co.uk@myrealbox.com> has granted Aaron
Leventhal <aaronleventhal@moonset.net>'s request for superreview:
Bug 269318: TAB doesn't start from selection text after mouse click
https://bugzilla.mozilla.org/show_bug.cgi?id=269318
Attachment 166255: If element gets focused, move selection to focus if focus
isn't already inside the selection. mLastFocusedWith is no longer needed for
making tab not move relative to selection after a mouse click
https://bugzilla.mozilla.org/attachment.cgi?id=166255&action=edit
------- Addition...
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?
...
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 :-)
...
CheckBoxList doesn't show selected values on Postback
Hey everyone, I have a CBL that's databound using a datatable. However, when I try to iterate through the selected values, it always shows that nothing it selected. Here's where's I get the what's been checked:1 if (IsPostBack)
2 {
3 Response.Write("Checked values: ");
4 for (int i = 0; i < cblProducts.Items.Count; i++)
5 {
6 if (cblProducts.Items[i].Selected)
7 { Response.Write(cblProducts.Items[i].Text); }
8 }
9 }
Here's the aspx: <...
Form: Focus on selected values in dropdownlists, Refresh after selection and hidding formfields based on selection.
Hello again,I have a form with several dropdown lists. Depending on the selected value in the dropdown lists other fields become available in that same form. It is working in classic ASP in combination of JavaScript. I want to migrate it to ASP.NET. I have posted a part of the form at the end of this post.My questions:1. I use <option <%If iFood="0" then%>selected<%End If%> value="0">No value selected</OPTION> to select the selected item when the form is reloaded after the selecting. I know that this also works in ASP.NET, but isn't there a typical ASP....
ddl in user control doesn't show selected value when redirected to another webform
i have a user control as header in my webform.i have included a ddl to select the value of cp(variable in my application) in the header user control. when the user selects an item in the ddl , i redirect that value using response.redirect("webform1.aspx" & strquery) from the user control code to webform1..Webform1 is where i've placed the header.... i've written the code to fill the cp ddl from the database.now i select a value from the ddl, the value is redirected and can be displayed. however, the selected value does not appear as selected in the ddl. how to...
dynamically populating a select box depending upon selections in another select box
Dear sir,
I am trying to populate a select box depending on multiple selections in another select box.
I find the dependent select box does not populate at all.
while it does populate if the parent select box is a single election box and not multiple.
i want to use javascript so that for population i do not have to go to the server.
I am using onchange event to execute the function.
Some one please help.
pcg
Could you post your code?jameswrightwww.jwright.info"Never be so busy making a living that you forget to make a life."
Relevent code is given below please. Pa...
superreview requested: [Bug 244761] Pressing Esc while on <select> that's not dropped down shouldn't change which option is selected : [Attachment 149378] Change the check for if the dropdown is showDoron Rosenberg (IBM) <doronr@us.ibm.com> has asked Robert O'Callahan
<roc@ocallahan.org> for superreview:
Bug 244761: Pressing Esc while on <select> that's not dropped down shouldn't
change which option is selected
http://bugzilla.mozilla.org/show_bug.cgi?id=244761
Attachment 149378: Change the check for if the dropdown is shown to the correct
way
http://bugzilla.mozilla.org/attachment.cgi?id=149378&action=edit
...
superreview cancelled: [Bug 244761] Pressing Esc while on <select> that's not dropped down shouldn't change which option is selected : [Attachment 149378] Change the check for if the dropdown is showSimon Paquet (back in business) <bugzilla@babylonsounds.com> has cancelled
Doron Rosenberg (IBM) <doronr@us.ibm.com>'s request for superreview:
Bug 244761: Pressing Esc while on <select> that's not dropped down shouldn't
change which option is selected
http://bugzilla.mozilla.org/show_bug.cgi?id=244761
Attachment 149378: Change the check for if the dropdown is shown to the correct
way
http://bugzilla.mozilla.org/attachment.cgi?id=149378&action=edit
------- Additional Comments from Simon Paquet (back in business)
<bugzilla@babylonsounds.com>
...
superreview requested: [Bug 269561] Dropup/dropdown boxes leave gray box visible after selection if <select> has height/width on Mac : [Attachment 171565] Don't set mVisible to true willy-nillySimon Fraser <sfraser_bugs@smfr.org> has asked Boris Zbarsky <bzbarsky@mit.edu>
for superreview:
Bug 269561: Dropup/dropdown boxes leave gray box visible after selection if
<select> has height/width on Mac
https://bugzilla.mozilla.org/show_bug.cgi?id=269561
Attachment 171565: Don't set mVisible to true willy-nilly
https://bugzilla.mozilla.org/attachment.cgi?id=171565&action=edit
...
superreview granted: [Bug 269561] Dropup/dropdown boxes leave gray box visible after selection if <select> has height/width on Mac : [Attachment 171565] Don't set mVisible to true willy-nillyBoris Zbarsky <bzbarsky@mit.edu> has granted Simon Fraser
<sfraser_bugs@smfr.org>'s request for superreview:
Bug 269561: Dropup/dropdown boxes leave gray box visible after selection if
<select> has height/width on Mac
https://bugzilla.mozilla.org/show_bug.cgi?id=269561
Attachment 171565: Don't set mVisible to true willy-nilly
https://bugzilla.mozilla.org/attachment.cgi?id=171565&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
sr=bzbarsky
...
First gridview's selected row doesn't update second gridview's objectdatasource
HelloI got 2 gridviews on a page, each with its own ObjectDataSource. The first gridview fills itself just normally, no problem there. The second gridview needs to fill itself with other data, where the primary key is the primary key of the selected row of the first gridview.schematically:gridview1 row: IDfield, x, y, zrow: IDfield, x, y, z (-> this row is selected)row: IDfield, x, y, z gridview2 row:IDfield_of_selected_row_in_gridview1, a, b, c I tried to do this by configuring the ObjectDataSource behind gridview2 with a parameter pointing to gridview1.selectedValue. (by usin...