Menu for multi selection (Safari)

I brought this issue up in a previous discussion but wanted to open up a new one just for this. After updating to iOS 8, I found an issue using drop-down menus that have the option for selecting multiple items. I use a menu like this often on my job website, so it's become troublesome. I found a public site that has the menu and the same issue occurs. FYI: the issue only occurs on the iPhone, not ipad.
http://jeffhowden.com/code/css/forms/
Towards the bottom of the form there is a menu titled: ""What is your current availability?" As default there are no items selected. If you select an item and leave the menu, it seems to work fine. But after returning to the menu, if you want to deselect the item, add additional items and remove the original item and leave the menu, the original item is stll selected (i.e. you can't revert it back to 0 items selected) or other various errors occur.
If anyone else sees this issue I'd appreciate the notice. I don't how to report the bug to Apple accordingly. iOS 7 did not have this issue. Like I said, I use it frequently for work, so it's become a little annoying if not impossible for me to get certain results. Thank you.
Jtsastre

I have a similar trouble, here is what is happening:
When i load the webpage by default all the options are checked.
if I uncheck one and hit OK only the one I unchecked is selected.
its like each time the control is open all the options become unselected even if they are shown like the are selected.
Did you try to open the control and select none to see if this happens to you too?

Similar Messages

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • For Multi Selection of Whare used list

    Dear Friends,
    I have Used T-code CS-15 for whare used list of material. if any other T-code for multi selection of materials for where used list.
    Please write.
    Thanks & Regards
    Ajit Sharma

    Hi Ajit,
    As mentioned in the previous posts, it is not adviced to have a multiple selection where-used, as the runtime is very long for this report.
    But if there is a specific need, you can build a Z report by using the FM -> CS_WHERE_USED_MAT
    But do ensure that your abaper puts in some restriction criteria. In the z report which i had done in one of the projects, i had put a restriction of 10 materials as the runtime was long.
    If helpful award points
    Regards,
    Vivek

  • Sapshcut.exe - Parameter for multi selection

    Hello,
    with sapshcut.exe we can start a new GUI session and start a transaction.
    For the parameters to start a transaction we use the "command" parameter of sapshcut.exe
    For example - command "SE09 TRDYSE01CM-USERNAME=WULFF"
    My question is if it is possible to fill parameters for multi selection.
    The syntax <field>-low=.... and <field>-high=... is working but <field(1)>=..... is not working.
    We want to start transaction ME2o using sapshcut.exe.
    Thanks
    Arnfried

    Dear Arnfried,
    have you checked sap note 103019?
    It describes how to provide parameters to sapshcut and shows the limitations.
    Best regards,
    Thomas

  • Request for multi selection in XTree component

    Dear Donald,
    i need a small help in XTree component.Currently its supporting only single selection but i need to do multiple selection in that.Can you please enhance that for multi selection.This would be of great help to me.
    Appreciate your help...
    Thanks,
    Sreelekha

    Hi Sreelekha
    You need to contact Donald to ask for this enhancement so I will mark this as answered.
    Regards
    Matt

  • Extending Screens for Multi-Select in the LightSwitch HTML Client

    Hi i
    read Mike Droney's article of 
    Extending Screens for Multi-Select in the LightSwitch HTML Client
    But i just want to understand the code, so what is the ‘__isSelected’ property? from where does it come?
    why does the contentItem.value.details have an ‘__isSelected’ property?
    is the value of the contentItem not the screen?
    and also how can i implement the ‘Can Execute Code’ only if one or more check boxes are checked?
    Thanks  

    But i just want to understand the code, so what is the ‘__isSelected’ property? from where does it come?
    why does the contentItem.value.details have an ‘__isSelected’ property?
    is the value of the contentItem not the screen?
    and also how can i implement the ‘Can Execute Code’ only if one or more check boxes are checked?
    The '__isSelected' property is a private member of the class msls.ContentItem related to the backing data for the selected item.  That is to say, it would be a private member if JavaScript actually had encapsulation and information hiding like a typical
    object-oriented language. I like to reference David Herman's description from his book
    Effective JavaScript:
    Often, JavaScript programmers resort to coding conventions rather than any absolute enforcement mechanism for private properties. For example, some programmers use naming conventions such as prefixing or suffixing private property names with an underscore
    character (_). This does nothing to enforce information hiding, but it suggests to well-behaved users of an object that they should not inspect or modify the property so that the object can remain free to change its implementation.
    ...which means that it's generally not recommended to directly get or set backing data properties like __isSelected, instead working with the public property 'selectedItem', although it may work fine in certain cases like this one.
    To make _canExecute fire only when an item in the list is selected to enable a button method, try:
    return (screen.Contacts.selectedItem !== null);

  • Prerequisites for multi selection value help

    Hi everyone,
    a couple of blogs and forum entries show multi selection value helps in VC. I, on the other hand, have so far been unable to do this. The only option I get in the first step of the value help wizard is the "single selection" type. Even if I start off with a blank form view and add a text input field I cannot choose anything apart from a single selection value help. Is there something I am completely missing? I stumbled upon a note bringing this into connection with OLAP source systems, but I can't quite see why this should change anything since the source system is not selected until step 2 of the wizard.
    Any idea on this? Thanks a lot,
    Tilman

    Hi Mario,
    thanks for the hints, I got it working now, regardless of whether you use an OLAP source system, variables or the respective input port, though. It seems to suffice to connect the query directly to a form view to get the additional options. My problem was then that I had a form view connected to a nested iview. I should be able to connect it to both a query and the iview, though.
    Thanks for your help,
    Tilman

  • XML Publisher Report  - Possible for multi-select LOV parameters?

    I am new to using BI Publisher for generating reports out of E-Business Suite. I am looking for assistance with 2 questions below
    1. I have created an LOV parameter based on a value set, is it possible to allow the user to select one, all, or a subset?
    2. Is there a way to model an "IN" statement in the XML where using the parameter?
    Thank you.

    With whatever i could make out is you are trying to change a discovere report to xml; publisher report isnt it?
    To answe to your question, directly it is not possible to have In clause but you could use some smart logic like lexical parameters etc to achieve similar things.I guess you cannot do in in EBS Reports too.

  • What is Maximum size for Multi select list?

    Hi,
    We are using the select_list_from_query given " size=10 attribute " so getting as multiselect list ,but there is a constraint for multiselect list where we can display only 1000 values max i guess,I have around 10,000values to display in list but getting error as given below , how can i overcome this problem in apex?? please suggest me..
    getting error saying : ORA-06502: PL/SQL  numeric or value error: character string buffer too small
    Thanks
    Anoo
    Edited by: Anoo on Sep 2, 2009 8:00 AM
    Edited by: Anoo on Sep 2, 2009 8:06 AM

    First of all, I wouldn't use a multiselect list but a shuttle item since this is much better from the handling point of view. Second, the Patrick's comment is valid. You could use the filetering on the shuttle like in this example
    http://apex.oracle.com/pls/otn/f?p=31517:166
    where your approach would be to show no results by default and give a user a chance to reduce the nubmer of options by choosing some groups from a select list or by typing in some sting.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Is there an option for 'multi-selection' of files?

    It is very troublesome having to tap each and every file for selection.

    Thanks for the reply!
    That's what I am currently doing. However, if there is a 'select-all' option it would be much easier.

  • Make Record for folder and multi-selected files

    Hi,
    'Make Record' item disappeared in MENU for folders not for files.
    And it can't make record for multi-selected files.
    I can only make Record by one and one.
    How to make Records for folder and multi-selected files?
    Regards
    Kitae

    Programatically, only a single document at a time can be made a record :-
    makeRecord
    public Item makeRecord(long parentId,
    long docId,
    NamedValue[] attrs,
    AttributeRequest[] attributes)
    throws FdkException
    You could potentially through a custom workflow triggered on UserRequest allow multiple submitted documents to be made records through a custom BPEL process calling Content DB Web Services.
    Matt.

  • How to un-check everything in a Multi-selection list box in SP2013?

    When a radio button is selected/un-selected, i would like to clear all the checkboxes that were checked in a MSLB.  I created a rule for the condition but in the action, how to create this uncheck action?
    Thank you

    yes, that's what I've done but still not working.  I even downloaded the sp, 
    InfoPath 2013 (KB2837648) 32-Bit Edition
    and it still doesn't work.  In the screen shot attached, ml prefix is for Multi-selection list box.  So, in mlImprovement, if the Communication checkbox isn't checked then set the Multi-selection list box, Communicaiton, to blank so it should
    show no selection.
    In the preview of Infopath 2013, I would check Communication in mlImprovement and then check a couple of checkboxes in mlCommunicaiton.  I then uncheck and check Communicaiton in mlImprovement and those previously checked checkboxes remains.
    I have been very frstrated working the MLSB infopath 2013.  there are other issues that does't work either.  Please advise if I'm missing a step here and there, thank you.

  • What is the character max on multi-select fields?

    For fields that are set up to use multi-select lists, and can have many values appended to the field, what is the maximum number of characters the field can hold? And, if a field hits the max, will we ever know?
    Thanks for any help.
    Beth

    Hi bmherr,
    Small Text fields have a maximum of 100 characters, whereas Large Text fields support up to 32,000 characters.  For multi-select list text fields, the limit is 1,000 characters.  For Data Cards (Custom Data Objects): 250 for Small Text fields and 32,000 for Large Text.
    No,it will not show any error and only First 1000 chars alone will get stored in eloqua!
    Thanks & Regards,
    P.Gowtham

  • How to disable Multi-selection thing in slicer.

    Hello,
    I am using Slicer in Excel Sheet and i want to disable Multi-selection thing in slicer.
    Is it possible to throw an exception or doesn't allow to do a multiple selection in excel slicer using VBA or without?
    Quick help ll be appreciated  :)
    Thanks & regards,
    Gaurav Badhani.

    Thanks for your reply,
    I used below given code and it's working and i put this code on ThisWorkbook and calling on
     Workbook_SheetCalculate
    Workbook_SheetSelectionChange
    it's working fine but whenever i am selecting slicer value using CTRL key this code is not excuting coz system is not able to call events
    Kindly help me with the events or code coz i am using CTRL key for multi selection and whenever i am using CLRL key it's not working
    Please find below given code
     Dim scl As SlicerCacheLevel
        Dim oSlicer As Slicer
        Dim i As SlicerCaches
        Set i = ActiveWorkbook.SlicerCaches
        Dim oSi As SlicerItem
        Dim ItemsAllowed As Integer
        Dim cntItems As Integer
        ItemsAllowed = 1
        cntItems = 0
        Application.EnableEvents = False
        For Each oSi In ActiveWorkbook.SlicerCaches("Slicer_RC_Description").SlicerItems
             If oSi.Selected Then cntItems = cntItems + 1
            If cntItems > ItemsAllowed And oSi.Selected Then
                oSi.Selected = False
                MsgBox "Please select only one item"
                Application.EnableEvents = True
                Exit Sub
            End If
        Next oSi
    Also tell me what event i should use for ur code or how can i use code using CTRL key
    Thanks & Regards,
    Gaurav Badhani
    A

  • Multi-Select Fields on Report

    I have a report that includes a few multi-select fields which are associated with LOVs.
    On the report, I have the fields with LOVs set up to have a Column Filter Type of Use Named List of Values to Filter Word Contains.
    When there is only one value in the field, it shows the display value of the field as I would like. However, if there is more than one value, it continues to show the stored values in a string separated by colons.
    For example, the display value for two values might be Smith, Bob and Jones, Julie. (Their stored values are BSMITH and JJONES, respectively.)
    When there is only one value selected, the report displays "Smith, Bob" for example. However, if two or more are selected it will show the stored values, such as "BSMITH:JJONES", separating the values by colons. Can this be changed so that the columns with multiple values will show "Smith, Bob:Jones, Julie", for example.
    How can I get all of the values to show in the displayed format for multi-select fields on both reports and charts?

    O.K.
    CREATE OR REPLACE FUNCTION get_consultant_names (
       p_consultant_id   IN   VARCHAR2
       RETURN VARCHAR2
    IS
       v_constultants   VARCHAR2 (4000);
    BEGIN
       FOR c IN (SELECT consultant_name
                   FROM otd_consultants
                  WHERE INSTR (':' || p_consultant_id || ':',
                               ':' || consultant_id || ':'
                              ) > 0)
       LOOP
          v_constultants := v_constultants || ', ' || c.consultant_name;
       END LOOP;
       v_constultants := LTRIM (v_constultants, ', ');
       RETURN v_constultants;
    EXCEPTION
       WHEN OTHERS
       THEN
          RETURN v_constultants;
    END get_consultant_names;and the SQL would be:
    SELECT project_id, start_date,
           get_consultant_names (consultant_id) consultant_id
      FROM otd_projectDenes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

Maybe you are looking for

  • WHY can't I get support?

    I LIVE in the US; I bought my computer in the US.  I speak English(US) and choose same on Windows; HOWEVER, when I try to get support I CAN'T because this blasted website tells me the # on my computer is for another country!  GIVE ME A BREAK! MICROSO

  • Tablespace and performance issue

    Hi, I have Tablespace X and tablespace Y. I have seven transaction tables in X, which has image tables in Y. X tablespace is my Online tablespace and Y my archive tablespace and I use the archive tablespace to store old data. I use the same algorithm

  • VDP using PDF as Input

    Adobe planned  for printer manufacturer to use PDF Engine few years back Finally now you start see large digital printer manufactures like Xerox is releasing color 70+ Pages Per Minute print engine support PS 3  and PDF side by side. This is new for

  • Media encoder is killing my file

    I have a windows video file that works fine when I run it. I used the Adobe Media Encoder CS5.5 to try to convert it into flv format. It attempts to load the file, but gives up, saying that the file has a bad header. After that, the file HAS a bad he

  • Create application under the new copied web dynpro object?

    Hi experts, Once I copied an entire web dynpro object, it doesn't allow me to create an application on the new one with the error message "there is no interface views under the component". But I see that there is a interface view named by the ancien