<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>flexbox Issue Tracker Rss Feed</title><link>http://www.codeplex.com/flexbox/WorkItem/List.aspx</link><description>flexbox Issue Tracker Rss Description</description><item><title>Commented Issue: Show all dropdown options after a selection is made [8999]</title><link>http://flexbox.codeplex.com/workitem/8999</link><description>I think the FlexBox should work more like a dropdown menu, in that if you click the arrow icon you should always see the full list of options to select from.&lt;br /&gt;&lt;br /&gt;Currently, you see the full list the first time you click the arrow. But once a selection is made, the arrow is now useless because clicking on it only shows the single option &amp;#40;current selection&amp;#41;.&lt;br /&gt;&lt;br /&gt;Which makes this really just a type-ahead &amp;#47; autocomplete field, not really a combobox...&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;Comments: I was able to solve the &amp;#34;final bug&amp;#34; I was having with this feature and have it successfully implemented. I used this thread&amp;#58;&amp;#10;&amp;#10;https&amp;#58;&amp;#47;&amp;#47;flexbox.codeplex.com&amp;#47;discussions&amp;#47;251643 &amp;#40;I added the code posted by &amp;#34;Yoannr&amp;#34; AND &amp;#34;jimiscott&amp;#34;.&amp;#41; &amp;#10;&amp;#10;Although, this made an existing bug very apparent. This bug is reproducible with or without the code above. After you have made a selection, click on the Input Box and delete your selection, then &amp;#40;while still in the input box&amp;#41; move the cursor straight over &amp;#40;horizontally&amp;#41; to the arrow and click it. Most of the time, it will just &amp;#34;flash&amp;#34; and not show the results &amp;#40;list items&amp;#41;. The reason is, the &amp;#34;blur&amp;#40;&amp;#41;&amp;#34; handler on the input box sets a timeout with a delay of 200 milliseconds, then hides the results window. This isn&amp;#39;t enough time for the handler to fire and complete before the arrow.click&amp;#40;&amp;#41; handler tries to show the results, so the results immediately get &amp;#34;hidden&amp;#34;. &amp;#40;The workaround was to click on some other element or the screen, then click on the arrow. This gives the timer enough time to fire the &amp;#34;hideResults&amp;#40;&amp;#41;&amp;#34; function, BEFORE you click the arrow.&amp;#41;&amp;#10;&amp;#10;There is an easy code fix to this bug, though. In the blur&amp;#40;&amp;#41; handler for the input element, change the setTimeout&amp;#40;hideResults&amp;#40;&amp;#41;&amp;#41; call from 200 milliseconds to 100 milliseconds. That seems to work perfectly.&amp;#10;</description><author>sjudkins</author><pubDate>Tue, 14 May 2013 14:56:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Show all dropdown options after a selection is made [8999] 20130514025612P</guid></item><item><title>Commented Issue: Show all dropdown options after a selection is made [8999]</title><link>http://flexbox.codeplex.com/workitem/8999</link><description>I think the FlexBox should work more like a dropdown menu, in that if you click the arrow icon you should always see the full list of options to select from.&lt;br /&gt;&lt;br /&gt;Currently, you see the full list the first time you click the arrow. But once a selection is made, the arrow is now useless because clicking on it only shows the single option &amp;#40;current selection&amp;#41;.&lt;br /&gt;&lt;br /&gt;Which makes this really just a type-ahead &amp;#47; autocomplete field, not really a combobox...&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;Comments: I have been very close to implementing this functionality myself. Although, the closest I came was when you click on the arrow after making a selection, the paging no longer works, UGH. I am going to give up for now and just hope that this will be added to the &amp;#34;official&amp;#34; version. I don&amp;#39;t really like having customizations like that anyway, since it has a tendency to break future upgrades.</description><author>sjudkins</author><pubDate>Mon, 13 May 2013 19:50:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: Show all dropdown options after a selection is made [8999] 20130513075042P</guid></item><item><title>Edited Unassigned: autoCompleteFirstMatch demo doesn't allow spaces [9002]</title><link>http://flexbox.codeplex.com/workitem/9002</link><description>on http&amp;#58;&amp;#47;&amp;#47;www.fairwaytech.com&amp;#47;flexbox&amp;#47;flexbox-demos&amp;#35;demo1&lt;br /&gt;&lt;br /&gt;chrome, os x&lt;br /&gt;&lt;br /&gt;I try to type &amp;#34;united states&amp;#34; into the box. When I get to the space the selected text always resets to before the space after I type it. So I can&amp;#39;t type past the space in &amp;#39;united states&amp;#39; and am left with &amp;#34;united arab emerites&amp;#34; in, unable to filter further.&lt;br /&gt;</description><author>gunderson</author><pubDate>Sat, 13 Apr 2013 23:44:38 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: autoCompleteFirstMatch demo doesn't allow spaces [9002] 20130413114438P</guid></item><item><title>Created Unassigned: autoCompleteFirstMatch demo doesn't allow spaces [9002]</title><link>http://flexbox.codeplex.com/workitem/9002</link><description>on http&amp;#58;&amp;#47;&amp;#47;www.fairwaytech.com&amp;#47;flexbox&amp;#47;flexbox-demos&amp;#35;demo1&lt;br /&gt;&lt;br /&gt;chrome, os x&lt;br /&gt;</description><author>gunderson</author><pubDate>Sat, 13 Apr 2013 23:38:20 GMT</pubDate><guid isPermaLink="false">Created Unassigned: autoCompleteFirstMatch demo doesn't allow spaces [9002] 20130413113820P</guid></item><item><title>Commented Issue: How to Display multiple flexbox results together [8997]</title><link>http://flexbox.codeplex.com/workitem/8997</link><description>I want  to create a two flexbox together.&lt;br /&gt;&lt;br /&gt;When I am search something with any word, I have to display results with pagination and all functionality together. Is there any solution for this issue.&lt;br /&gt;&lt;br /&gt;Please help  me out from this task.&lt;br /&gt;&lt;br /&gt;Thanks in Advance.&lt;br /&gt;&lt;br /&gt;Tejas Savaliya&lt;br /&gt;Comments: What exactly do you mean&amp;#63; Do you want to display them as a list in another section of the page&amp;#63;&amp;#10;</description><author>sorinpostelnicu</author><pubDate>Wed, 20 Feb 2013 18:29:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: How to Display multiple flexbox results together [8997] 20130220062900P</guid></item><item><title>Created Issue: JS error in IE8: 'undefined' is null or not an object [9001]</title><link>http://flexbox.codeplex.com/workitem/9001</link><description>&lt;br /&gt;I have the following error in IE8 using query.flexbox 0.9.6.1&amp;#58;&lt;br /&gt;&lt;br /&gt;Webpage error details&lt;br /&gt;User Agent&amp;#58; Mozilla&amp;#47;4.0 &amp;#40;compatible&amp;#59; MSIE 8.0&amp;#59; Windows NT 5.1&amp;#59; Trident&amp;#47;4.0&amp;#41;&lt;br /&gt;Timestamp&amp;#58; Wed, 23 Jan 2013 10&amp;#58;13&amp;#58;22 UTC&lt;br /&gt;Message&amp;#58; &amp;#39;undefined&amp;#39; is null or not an object&lt;br /&gt;Line&amp;#58; 305&lt;br /&gt;Char&amp;#58; 5&lt;br /&gt;Code&amp;#58; 0&lt;br /&gt;&lt;br /&gt;FYI I feed the JSON directly to the FlexBox instead of using a script to retrieve it. Anyway I&amp;#39;ve made a fix that you can implement if you want to...&lt;br /&gt;&lt;br /&gt;replace line 314&amp;#58;&lt;br /&gt;&lt;br /&gt;var indexOfMatch &amp;#61; data&amp;#91;o.resultsProperty&amp;#93;&amp;#91;i&amp;#93;&amp;#91;o.displayValue&amp;#93;.toLowerCase&amp;#40;&amp;#41;.indexOf&amp;#40;params.q.toLowerCase&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;by the following block&amp;#58;&lt;br /&gt;&lt;br /&gt;var indexOfMatch&amp;#59;&lt;br /&gt;if &amp;#40;data&amp;#91;o.resultsProperty&amp;#93;&amp;#91;i&amp;#93; &amp;#33;&amp;#61; undefined&amp;#41; &amp;#123;&lt;br /&gt;    indexOfMatch &amp;#61; data&amp;#91;o.resultsProperty&amp;#93;&amp;#91;i&amp;#93;&amp;#91;o.displayValue&amp;#93;.toLowerCase&amp;#40;&amp;#41;.indexOf&amp;#40;params.q.toLowerCase&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125; else indexOfMatch &amp;#61; -1&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope it helps&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>kasimodo</author><pubDate>Wed, 23 Jan 2013 10:55:59 GMT</pubDate><guid isPermaLink="false">Created Issue: JS error in IE8: 'undefined' is null or not an object [9001] 20130123105559A</guid></item><item><title>Commented Issue: Showing Multiple result set, [8998]</title><link>http://flexbox.codeplex.com/workitem/8998</link><description>When i am typeing a flexbox it shows multiple  result set which is annoying.&lt;br /&gt;Comments: Hello all. I think this is more than just a low priority item. The speed of the control seems to be negatively impacted by this behavior.</description><author>mikeyearwood</author><pubDate>Thu, 18 Oct 2012 23:09:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Showing Multiple result set, [8998] 20121018110915P</guid></item><item><title>Created Issue: Proposed feature: add onBlur Behavior [9000]</title><link>http://flexbox.codeplex.com/workitem/9000</link><description>When user enters a new item in the box, the onSelect Behavior is redundant. However, in order to validate user input an onBlur Behavior would be good. Of course you can just add your own onBlur handler for the hidden input but that might not be obvious to all users.&lt;br /&gt;</description><author>flarpy</author><pubDate>Wed, 10 Oct 2012 09:10:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Proposed feature: add onBlur Behavior [9000] 20121010091034A</guid></item><item><title>Created Issue: Show all dropdown options after a selection is made [8999]</title><link>http://flexbox.codeplex.com/workitem/8999</link><description>I think the FlexBox should work more like a dropdown menu, in that if you click the arrow icon you should always see the full list of options to select from.&lt;br /&gt;&lt;br /&gt;Currently, you see the full list the first time you click the arrow. But once a selection is made, the arrow is now useless because clicking on it only shows the single option &amp;#40;current selection&amp;#41;.&lt;br /&gt;&lt;br /&gt;Which makes this really just a type-ahead &amp;#47; autocomplete field, not really a combobox...&lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;</description><author>platypusman</author><pubDate>Tue, 28 Aug 2012 21:51:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Show all dropdown options after a selection is made [8999] 20120828095124P</guid></item><item><title>Commented Issue: Showing Multiple result set, [8998]</title><link>http://flexbox.codeplex.com/workitem/8998</link><description>When i am typeing a flexbox it shows multiple  result set which is annoying.&lt;br /&gt;Comments: Help me to figure out.&amp;#10;i think they have forgotten to  abort the ongoing request, when there is a new request</description><author>sudhAnsu63</author><pubDate>Sat, 25 Aug 2012 10:20:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Showing Multiple result set, [8998] 20120825102049A</guid></item><item><title>Created Issue: Showing Multiple result set, [8998]</title><link>http://flexbox.codeplex.com/workitem/8998</link><description>When i am typeing a flexbox it shows multiple  result set which is annoying.&lt;br /&gt;</description><author>sudhAnsu63</author><pubDate>Sat, 25 Aug 2012 10:19:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Showing Multiple result set, [8998] 20120825101900A</guid></item><item><title>Created Issue: How to Display multiple flexbox results together [8997]</title><link>http://flexbox.codeplex.com/workitem/8997</link><description>I want  to create a two flexbox together.&lt;br /&gt;&lt;br /&gt;When I am search something with any word, I have to display results with pagination and all functionality together. Is there any solution for this issue.&lt;br /&gt;&lt;br /&gt;Please help  me out from this task.&lt;br /&gt;&lt;br /&gt;Thanks in Advance.&lt;br /&gt;&lt;br /&gt;Tejas Savaliya&lt;br /&gt;</description><author>tejas14883</author><pubDate>Fri, 17 Aug 2012 13:16:05 GMT</pubDate><guid isPermaLink="false">Created Issue: How to Display multiple flexbox results together [8997] 20120817011605P</guid></item><item><title>Created Issue: does not filter the results [8996]</title><link>http://flexbox.codeplex.com/workitem/8996</link><description>hello,&lt;br /&gt;&lt;br /&gt;i got the flexbox to show the data from mysql.  when I start to type it shows all results and it does not filter them.  what am I doing wrong.  here is my php and jquery codes  &amp;#40;the php returns the correct format results&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#36;&amp;#40;&amp;#34;&amp;#35;suggest&amp;#34;&amp;#41;.flexbox&amp;#40;&amp;#39;php&amp;#47;source.php&amp;#39;, &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;width&amp;#58; 350,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;method&amp;#58; &amp;#39;post&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;watermark&amp;#58; &amp;#39;Enter value&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;noResultsText&amp;#58; &amp;#39;No Value&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;maxVisibleRows&amp;#58; 20,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;containerClass&amp;#58; &amp;#39;ffb&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;contentClass&amp;#58; &amp;#39;content&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;inputClass&amp;#58; &amp;#39;ffb-input&amp;#39;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;arrowClass&amp;#58; &amp;#39;ffb-arrow&amp;#39;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;      &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#63;php&lt;br /&gt;&lt;br /&gt;&amp;#36;mysql_server &amp;#61; &amp;#39;localhost&amp;#39;&amp;#59;&lt;br /&gt;&amp;#36;mysql_login &amp;#61; &amp;#39;mp&amp;#39;&amp;#59;&lt;br /&gt;&amp;#36;mysql_password &amp;#61; &amp;#39;mp&amp;#39;&amp;#59;&lt;br /&gt;&amp;#36;mysql_database &amp;#61; &amp;#39;material_prices&amp;#39;&amp;#59;&lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47; connect to the database server and select the appropriate database for use&lt;br /&gt;&amp;#36;dblink &amp;#61; mysql_connect&amp;#40;&amp;#36;mysql_server, &amp;#36;mysql_login, &amp;#36;mysql_password&amp;#41; or die&amp;#40; mysql_error&amp;#40;&amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;mysql_select_db&amp;#40;&amp;#36;mysql_database&amp;#41;&amp;#59;&lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47; query the database table for zip codes that match &amp;#39;term&amp;#39;&lt;br /&gt;&amp;#36;rs &amp;#61; mysql_query&amp;#40;&amp;#39;SELECT &amp;#42; from materials s INNER JOIN categories c ON s.vend_id &amp;#61; c.cid WHERE array LIKE &amp;#34;&amp;#37;&amp;#39;. mysql_real_escape_string&amp;#40;&amp;#36;_REQUEST&amp;#91;&amp;#39;term&amp;#39;&amp;#93;&amp;#41; .&amp;#39;&amp;#37;&amp;#34; ORDER BY cat_name&amp;#39;, &amp;#36;dblink&amp;#41;&amp;#59;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&amp;#36;data &amp;#61; array&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;if &amp;#40; &amp;#36;rs &amp;#38;&amp;#38; mysql_num_rows&amp;#40;&amp;#36;rs&amp;#41; &amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;while&amp;#40; &amp;#36;row &amp;#61; mysql_fetch_array&amp;#40;&amp;#36;rs, MYSQL_ASSOC&amp;#41; &amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;data&amp;#91;&amp;#93; &amp;#61; array&amp;#40;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#39;id&amp;#39; &amp;#61;&amp;#62; &amp;#36;row&amp;#91;&amp;#39;id&amp;#39;&amp;#93;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#39;name&amp;#39; &amp;#61;&amp;#62; &amp;#36;row&amp;#91;&amp;#39;label&amp;#39;&amp;#93;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;&amp;#36;output &amp;#91;&amp;#39;results&amp;#39;&amp;#93; &amp;#61; &amp;#36;data&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47; jQuery wants JSON data&lt;br /&gt;echo json_encode&amp;#40;&amp;#36;output&amp;#41;&amp;#59;&lt;br /&gt;flush&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;any ideas&amp;#63;&lt;br /&gt;</description><author>gwitasod</author><pubDate>Thu, 09 Aug 2012 05:02:24 GMT</pubDate><guid isPermaLink="false">Created Issue: does not filter the results [8996] 20120809050224A</guid></item><item><title>Commented Issue: When typing in a regular expression reserved character into a flexbox, the search results blow up. [8995]</title><link>http://flexbox.codeplex.com/workitem/8995</link><description>Lets say the item I am searching for is &amp;#34;car &amp;#40;mine&amp;#41;&amp;#34;.  If the criteria I am typing in is &amp;#34;car &amp;#40;&amp;#34;, the reserved regex character &amp;#34;&amp;#40;&amp;#34; is used.  The error comes up on &amp;#126; line 535 &amp;#40;ver&amp;#58; 0.9.6&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;result &amp;#61; result.replace&amp;#40;new RegExp&amp;#40;pattern, o.highlightMatchesRegExModifier&amp;#41;, replaceString&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;the variable pattern is coming in directly from the input and getting thrown into the regular expression pattern, the reserved character is interpreted and blammo.&lt;br /&gt;&lt;br /&gt;Looks like there is a test in there to remove HTML characters&amp;#58;&lt;br /&gt;&lt;br /&gt;if &amp;#40;result.match&amp;#40;&amp;#39;&amp;#60;&amp;#40;.&amp;#124;&amp;#92;n&amp;#41;&amp;#42;&amp;#63;&amp;#62;&amp;#39;&amp;#41;&amp;#41; &amp;#123; &amp;#47;&amp;#47; see if the content contains html tags&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;hasHtmlTags &amp;#61; true&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;pattern &amp;#61; &amp;#39;&amp;#40;&amp;#62;&amp;#41;&amp;#40;&amp;#91;&amp;#94;&amp;#60;&amp;#93;&amp;#42;&amp;#63;&amp;#41;&amp;#40;&amp;#39; &amp;#43; q &amp;#43; &amp;#39;&amp;#41;&amp;#40;&amp;#40;.&amp;#124;&amp;#92;n&amp;#41;&amp;#42;&amp;#63;&amp;#41;&amp;#40;&amp;#60;&amp;#41;&amp;#39;&amp;#59; &amp;#47;&amp;#47; TODO&amp;#58; look for a better way&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;replaceString &amp;#61; &amp;#39;&amp;#36;1&amp;#36;2&amp;#60;span class&amp;#61;&amp;#34;&amp;#39; &amp;#43; o.matchClass &amp;#43; &amp;#39;&amp;#34;&amp;#62;&amp;#36;3&amp;#60;&amp;#47;span&amp;#62;&amp;#36;4&amp;#36;6&amp;#39;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;My fix was to throw a try catch around the result replace but this is super inefficient and doesn&amp;#39;t highlight if the search criteria contains a reserved character.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: I worked around this by escaping the search control characters in pattern, eg pattern.replace&amp;#40;&amp;#34;&amp;#91;&amp;#34;, &amp;#34;&amp;#92;&amp;#92;&amp;#91;&amp;#34;&amp;#41;, etc.</description><author>dsblank</author><pubDate>Mon, 30 Jul 2012 22:06:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: When typing in a regular expression reserved character into a flexbox, the search results blow up. [8995] 20120730100659P</guid></item><item><title>Commented Issue: initialValue option inconsistent [8993]</title><link>http://flexbox.codeplex.com/workitem/8993</link><description>When the JSON data is passed to the constructor the hidden values for the options are set to the &amp;#39;id&amp;#39; of each JSON object and displayed value is the &amp;#39;name&amp;#39; of each JSON object. However, when using the &amp;#39;initialValue&amp;#39; option for the constructor the hidden value is set to the literal string. There is no attempt made to lookup the &amp;#39;id&amp;#39; value to remain consistent with the other behavior. This means that in general if you wrote code to support working with the id directly, then you will have to write significantly more code that must lookup &amp;#40;read as more db queries&amp;#41; the literal value and return the id value.&lt;br /&gt;&lt;br /&gt;This is wholly unnecessary as these values are available already. So to fix the issue I have made the following additions to the code.&lt;br /&gt;&lt;br /&gt;1&amp;#41; Define a lookup function.&lt;br /&gt;&amp;#47;&amp;#47; I need the initial value hidden id set to the &amp;#39;id&amp;#39; variable not the literal value&lt;br /&gt;function getIdForInitialValue&amp;#40;needle, haystack&amp;#41; &amp;#123;&lt;br /&gt;    for &amp;#40;obj in haystack&amp;#41; &amp;#123;&lt;br /&gt;        if &amp;#40;haystack&amp;#91;obj&amp;#93;.name &amp;#61;&amp;#61; needle&amp;#41;&lt;br /&gt;            return haystack&amp;#91;obj&amp;#93;.id&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;    return 0&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;2&amp;#41; Replace the literal insertion with a lookup at the beginning of the constructor.&lt;br /&gt;.val&amp;#40;o.initialValue&amp;#41; ---&amp;#62; .val&amp;#40;getIdForInitialValue&amp;#40;o.initialValue, o.source.results&amp;#41;&amp;#41;&lt;br /&gt;Comments: I was able to work around this by adding another option&amp;#58; initialId. This I set when I initialize the object, and use its value to set the hidden value. Seems to work fine for me. Two line change&amp;#58;&amp;#10;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;gramps.svn.sourceforge.net&amp;#47;viewvc&amp;#47;gramps&amp;#47;branches&amp;#47;gramps35&amp;#47;src&amp;#47;plugins&amp;#47;webstuff&amp;#47;javascript&amp;#47;jquery.flexbox.js&amp;#63;limit_changes&amp;#61;0&amp;#38;r1&amp;#61;20132&amp;#38;r2&amp;#61;20133&amp;#10;</description><author>dsblank</author><pubDate>Mon, 30 Jul 2012 13:04:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: initialValue option inconsistent [8993] 20120730010437P</guid></item><item><title>Commented Issue: Flexbox inside jQuery UI Accordion [8980]</title><link>http://flexbox.codeplex.com/workitem/8980</link><description>The popup dropdown can&amp;#39;t be shown when flexbox is placed on the bottom edge of a jQuery UI Accordion.&lt;br /&gt;I think it could be a problem of a wrong z-index.&lt;br /&gt;Comments: This will be the scenario in any situation where a FlexBox control is placed inside of a parent control where the overflow attribute is set to hidden, or scroll.  The solution is to append the flyout div to the body of the document and position it accordingly from there using &amp;#36;input.offset&amp;#40;&amp;#41;.  The standard jQuery UI datepicker control best illustrates this practice.  The first time a datepicker is initialized each page load, the flyout div is appended to the body tag, and all datepicker instances reuse that single div for their flyouts.  Entering each instance of datepicker simply repositions the div to the field that it is attached to and shows it.</description><author>jnoble57</author><pubDate>Wed, 11 Jul 2012 21:31:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Flexbox inside jQuery UI Accordion [8980] 20120711093130P</guid></item><item><title>Commented Issue: Flexbox needs to display results at ALL times. [8985]</title><link>http://flexbox.codeplex.com/workitem/8985</link><description>I was not sure what area I was supposed to post this in so feel free to delete the other post if necessary.&lt;br /&gt;There is another post about this but I wanted to write a new one in hopes a developer would help me out. The fix in the other post is not working. http&amp;#58;&amp;#47;&amp;#47;flexbox.codeplex.com&amp;#47;workitem&amp;#47;8982&lt;br /&gt;&lt;br /&gt;Just like a normal select box that you would see in any HTML form we need the results in the select box to display even after something has been selected. The current version basically cuts off all other results from displaying and only allows you to access the chosen selected value.  The only current way to solve this is to delete the value from the input field and click the arrow. Uh..bad.  No way I can make my users have to delete the current value just to see the results.&lt;br /&gt;&lt;br /&gt;In short&amp;#58;&lt;br /&gt;&lt;br /&gt;I click the drop down arrow for the first time and get ALL results to choose from.&lt;br /&gt;&lt;br /&gt;-I choose a result&lt;br /&gt;&lt;br /&gt;-Now all of the results are not accesible by clicking the arrow, or typing. &amp;#40;bad&amp;#41;&lt;br /&gt;&lt;br /&gt;-I have to delete the value to make the results appear again where by clicking on the arrow again. &amp;#40;bad&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;This also totally wipes out dynamic data load into a flex box that needs to display a SELECTED VALUE &amp;#40;very bad&amp;#41;.......&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;I attached a screen shot of it in action.&lt;br /&gt;Any ideas would be appreciated. I just think this is a major issue, at least it would seem to be.&lt;br /&gt;Comments: Not 100&amp;#37; sure, but I think this is fixed in the 0.96 build or, at least, I experienced this problem to go away after updating.</description><author>JasonJanofsky</author><pubDate>Thu, 17 May 2012 23:32:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Flexbox needs to display results at ALL times. [8985] 20120517113253P</guid></item><item><title>Commented Issue: When search text contains &amp; [8989]</title><link>http://flexbox.codeplex.com/workitem/8989</link><description>Hi&lt;br /&gt;My flexbox is dispalyin list that contains data that contains special characters. But when i search with these characters the data will not output as expected.&lt;br /&gt;When i search like b&amp;#38; the list shows like &amp;#39;b&amp;#38;amp&amp;#59;...&amp;#39;. &lt;br /&gt;Please give me a solution asap.&lt;br /&gt;Comments: Heya, I think what is happening to you is &amp;#58;&amp;#10;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;flexbox.codeplex.com&amp;#47;workitem&amp;#47;8995&amp;#10;&amp;#10;You are getting blown up on a regular expression reserved character.  I have a cheesy workaround using a try catch on the link above.</description><author>JasonJanofsky</author><pubDate>Thu, 17 May 2012 23:31:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: When search text contains &amp; [8989] 20120517113131P</guid></item><item><title>Created Issue: When typing in a regular expression reserved character into a flexbox, the search results blow up. [8995]</title><link>http://flexbox.codeplex.com/workitem/8995</link><description>Lets say the item I am searching for is &amp;#34;car &amp;#40;mine&amp;#41;&amp;#34;.  If the criteria I am typing in is &amp;#34;car &amp;#40;&amp;#34;, the reserved regex character &amp;#34;&amp;#40;&amp;#34; is used.  The error comes up on &amp;#126; line 535 &amp;#40;ver&amp;#58; 0.9.6&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;result &amp;#61; result.replace&amp;#40;new RegExp&amp;#40;pattern, o.highlightMatchesRegExModifier&amp;#41;, replaceString&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;the variable pattern is coming in directly from the input and getting thrown into the regular expression pattern, the reserved character is interpreted and blammo.&lt;br /&gt;&lt;br /&gt;Looks like there is a test in there to remove HTML characters&amp;#58;&lt;br /&gt;&lt;br /&gt;if &amp;#40;result.match&amp;#40;&amp;#39;&amp;#60;&amp;#40;.&amp;#124;&amp;#92;n&amp;#41;&amp;#42;&amp;#63;&amp;#62;&amp;#39;&amp;#41;&amp;#41; &amp;#123; &amp;#47;&amp;#47; see if the content contains html tags&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;hasHtmlTags &amp;#61; true&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;pattern &amp;#61; &amp;#39;&amp;#40;&amp;#62;&amp;#41;&amp;#40;&amp;#91;&amp;#94;&amp;#60;&amp;#93;&amp;#42;&amp;#63;&amp;#41;&amp;#40;&amp;#39; &amp;#43; q &amp;#43; &amp;#39;&amp;#41;&amp;#40;&amp;#40;.&amp;#124;&amp;#92;n&amp;#41;&amp;#42;&amp;#63;&amp;#41;&amp;#40;&amp;#60;&amp;#41;&amp;#39;&amp;#59; &amp;#47;&amp;#47; TODO&amp;#58; look for a better way&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;replaceString &amp;#61; &amp;#39;&amp;#36;1&amp;#36;2&amp;#60;span class&amp;#61;&amp;#34;&amp;#39; &amp;#43; o.matchClass &amp;#43; &amp;#39;&amp;#34;&amp;#62;&amp;#36;3&amp;#60;&amp;#47;span&amp;#62;&amp;#36;4&amp;#36;6&amp;#39;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;My fix was to throw a try catch around the result replace but this is super inefficient and doesn&amp;#39;t highlight if the search criteria contains a reserved character.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>JasonJanofsky</author><pubDate>Thu, 17 May 2012 23:29:54 GMT</pubDate><guid isPermaLink="false">Created Issue: When typing in a regular expression reserved character into a flexbox, the search results blow up. [8995] 20120517112954P</guid></item><item><title>Created Issue: Bug .ATTR .vs .PROP ( jQuery 1.6+) [8994]</title><link>http://flexbox.codeplex.com/workitem/8994</link><description>Hey Noah,&lt;br /&gt;&lt;br /&gt;Bug with jquery.flexbox.js in IE9 solved&lt;br /&gt;&lt;br /&gt;changing .attr --&amp;#62; .prop fixes&lt;br /&gt;&lt;br /&gt;ffb5 issue with IE9&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;questions&amp;#47;5874652&amp;#47;prop-vs-attr&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>ericdecoff</author><pubDate>Fri, 11 May 2012 01:04:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug .ATTR .vs .PROP ( jQuery 1.6+) [8994] 20120511010410A</guid></item></channel></rss>