WebKit-user-select: no

Long-pressing an item with - webkit-user-select: none displays a tear, which remains the navigation and recharge until browser or app is closed. This worked in 10.0, but seems to have regressed in 10.2.0.1767.

Example:

http://innovatology.nl/clients/rim/BB10/cssbug2/

JIRA:

https://www.BlackBerry.com/jira/browse/BBTEN-1962

Thank you

I think that this has been resolved in 10.2.1. I'm unable to reproduce, on previous versions, I was.

Tags: BlackBerry Developers

Similar Questions

  • '- moz - user-select' and '- khtml - user - select' in spryaccordion.css won't validate

    Hi guys,.

    Recently, I have validated all my htmls, and my following rage did the same thing with my CSS style sheets.

    On my spry accordion css, I have under .accordionPanelTab ' - moz - user - select: none; ' and ' - khtml - user - select: none; I did a google search and it is said that they will affect netscape and I assumed that firefox, but I removed the completely and checked the website - and I don't notice any difference.

    Are they necessary? Is there a way I can modify the code to validate?

    Thank you all,

    Jon

    As an alternative to the fixing of these individual errors, suggest using an IE-specific stylesheet, or I guess that Mozilla/khtml-specific, with conditional comments?

    Conditional comments are an invention of Microsoft around the fact that IE was / is not web standards. You cannot use the CCs for all other browsers.

    I refuse to believe that the hacks are completely necessary if they do not validate.

    Answer to yourself.  If all you want is a very basic site which kind of works in most modern browsers, but not too well in older, don't hesitate to jump the hacks.  That's your prerogative.

    There must be a way around this, otherwise the creators of w3 standards would have to realize that they are essentially meaningless and ignored... right?

    Back in the day, before the W3C intervened with the mandates for Web Standards, there was chaos.  Each new browser had its own set of proprietary standards (IE, Netscape, and AOL were the Giants).  The Web designers (myself included) were created on our sites "this site works best in the [insert the name browser and version here].  It was completely crazy.  IMO, the W3C has made things much better by specifying standards and educating webdesigners and developers of the browser to see the light. All except MS IE, of course.  IE still moves to the beat of a different drum.

    Adaptation of the browsers to accept the changes takes R & D, beta testing and upgrades to date.  Mozilla, Gecko and WebKit are taking the lead in this regard.  But a full support for all the new CSS3 tags like Border-Radius and User-Select are still evolving. During this interval, we can either use specific tags to the browser for browsers that need it, or choose not to use the property at all.

    IE9 is committed to support all courses CSS 2.1 and the new CSS3 properties, but it will be at least 1 year before it is ready as a release candidate.  Then it's likely another 4-5 years before we can stop supporting IE7 and 8.

    Add to this mixture the next HTML 5 web standard.  It is not yet finalized, but when this is the case, browsers must be redesigned to accept the new tags.  Some older browsers will never be able to accept the new tags.  Yet once, we will need to conditional comments, scripts, and other hacks to help ensure a good user experience for everyone.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • How can I restrict permissions to users selected features like control panel, run, format and other administrative functions?

    Windows 7 Pro, how can I restrict permissions to users selected to features such as Control Panel, run, format and other administrative functions?

    Hello

    You should be able to control it for all users, users or groups or all users
    except the administrator.

    Settings for group policy to control panel
    http://TechNet.Microsoft.com/en-us/library/ee617167 (WS.10) .aspx

    Policy settings for display in the Panel group
    http://TechNet.Microsoft.com/en-us/library/ee617168 (WS.10) .aspx

    How to enable or disable the control panel in Vista and Windows 7 - see two Option
    http://www.Vistax64.com/tutorials/121043-Control-Panel-enable-disable.html

    How to hide or display a Control Panel icon in Vista and Windows 7 - see an Option
    http://www.Vistax64.com/tutorials/120937-Control-Panel-hide-icon.html

    How to disable the control panel in Windows 7
    http://www.howtogeek.com/HOWTO/16189/configure-what-items-are-available-in-Control-Panel-or-completely-disable-it-in-Windows-7/

    Enable/disable the Windows 7 control panel access
    http://www.AddictiveTips.com/Windows-tips/disable-enable-access-to-Windows-7-Control-Panel/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • ADF Mobile: contact is created on the device that, after the user selects the button AUTHORIZE

    My app allows users to quickly and easily add contacts on their IOS phone.  I need help capturing the "do not ALLOW" button click.

    Background:

    When you add a contact to the users device phoneGap prompts the user "Allow PAP to access Contacts?".  After that this alert is displayed, the user must select "Allow" or "Disallow".  Of course if the user selects "Allow" my code works perfectly.

    However, if the user selects "Do not allow" I'm not able to capture this selection and process accordingly.

    Here's the line of code that treats the newContact for this user to the application.

    Contact newContact = device.createContact (contact);

    where the 'contact' has been resolved with the user data

    You would offer your expert opinion on how to do it please?

    Thank you very much!

    Tree Strepek

    The permissions for iOS in the config.xml file.

    https://github.com/Apache/Cordova-plugin-contacts/BLOB/master/src/iOS/CDVContacts.h

  • Count the items in the drop-down list by repeating the subform if the user selects "S/o".

    I'm counting the number of drop-down lists the user selected "N/A" in a repeating subform. I want the total appear in a numericfield or textfield. Here is my script that unfortunitly does not work and my page layout form. I placed it in the ready event: layout so the total is updating the number of changes of N/A.

    Hierarchy.GIFScript.GIF

    Hello

    I put the code in the text box, something like calculate event;

    var result = 0;

    instanceCount var = _Subform2.count;

    var instance = Form1.resolveNodes ("Subform2 [*]");

    for (var i = 0; i)< instancecount;="">

    {

    If (instances.item (i). Table1.row2.score.RawValue == 'N/a') {}

    result ++;

    }

    }

    this.rawValue = result;

    The reference to the "_Subform2.count" will ensure that the code is executed whenever an instance is added or deleted.

    Concerning

    Bruce

  • I need to make a required field 'A' if the user selects "OFF" in a ON / OFF dropdown

    I need to make it a required field 'A' if the user selects 'OFF' in a drop-down list box ON / OFF.

    Ideally, I would like to make several required fields - A, B, C, D, but I limit myself to one if someone can help me please.

    You must run a JavaScript script for action 'the blur '.

    If (event.value == "OFF") {}

    this.getField("A").required = true;

    this.getField("B").required = true;

    this.getField("C").required = true;

    } else {}

    this.getField("A").required = false;

    this.getField("B").required = false;

    this.getField("C").required = false;

    }

  • How can I stop loading if the user selects another mp3 mp3?

    I work with a lot of mp3 files and I want to be able to stop an MP3 of loading from the server if the user selects a different mp3. How can I do this?  Here is my code so far:

    function startNewSound (): void
    {
    var mySound:Sound = new Sound();
    mySound.load (new URLRequest (tempo + ".mp3"));
    mySound.addEventListener (Event.COMPLETE, soundLoaded);

    function soundLoaded(evt:Event):void
    {
    sndChannel.stop ();                   his previous is stopped
    sndChannel = mySound.play (0, int.) MAX_VALUE);
    myTransform.volume =-volumeNum/100;
    sndChannel.soundTransform = myTransform;
    }
    }

    Any help is greatly appreciated.

    Your code can be something like this:

    var mySound:Sound = new Sound();// listeners should be added BEFORE load is calledmySound.addEventListener(Event.COMPLETE, soundLoaded);var sndChannel:SoundChannel = new SoundChannel();
    
    function startNewSound():void  {     mySound.close();     mySound.load(new URLRequest(tempo + ".mp3"));}
    
    function soundLoaded(evt:Event):void{     sndChannel.stop();  //previous sound is stopped     sndChannel = mySound.play(0, int.MAX_VALUE);     myTransform.volume = volumeNum / 100;     sndChannel.soundTransform = myTransform;}
    
  • Image display the user selected using FileReference

    I use FileReference to allow users to choose an image of their hard drive. Once the user selects the image I would like the image to display in the .swf before they download it.

    I tried this:

    fileRef = new FileReference();
    ....
    var bmpData:BitmapData = BitmapData (fileRef);
    var bm = new Bitmap (bmpData, "auto");
    screenHolder.addChild (WB);

    and this:

    var loader: Loader = new Loader();
    var request: URLRequest = new URLRequest (fileRef);
    Loader.Load (request);
    screenHolder.addChild (loader);

    but these don't work.

    does anyone have any suggestions? What I do is it possible? Or do I have to use a server?

    Thank you!

    Thanks Kglad, you are always so useful, even if the news is bad :)

  • An event of a ring of Menu when the user selects the element itself

    As the subject says: I have a ring of menu.  I want to trigger an event if the user clicks on a menu item that has the same value as the vehicle currently has.

    I considered dynamically by registering on ' Ring: Mouse Down ", then pulling the value from that - but I can't understand how to tell if they clicked on the inside or outside of the menu box. Also, I can't assume the menu box, it appears is always the same size, because I'm creating programmatically values of the ring.

    Any thoughts?

    That shed light on the issue. Use a drop-down list box. Any selection in a list box drop-down is always a change in value, so you can use the value change event and capture the same selection twice. I tried and it works. Selected 'Test 1' over and over again, and it still triggers change in value.

  • Is it possible to skip the user selection screen and go directly to the login screen

    I don't have a single account username on my computer windows 7, but after a timeout of the screen or at startup, the system come with icon associated with my account, I have to click on before that I can enter name of user and password.  How can I get to ignore the screen / icon of the user's selection and present the login window?

    Hello rimrock,.

    Go to start search screen.
    Type Control userpasswords2, and then click the Enter key.
    Now, you will see the display of user accounts.
    Select the user you want to change and then you account uncheck you the
    "Users must enter a user name and password to use this computer."
    Click on the button apply.
    This will automaticall open the logon window.
    Enter the password to confirm and add to the system so that you don't need input to the
    login screen.

    Let us know if that helps.

  • A user selected audio file cannot be read

    I have problems to get a selected user audio file to play. I know that you can not play the RIM supplies those, but here's what I have:

    Class cl = Class.forName("bb.cen.CallEnd");InputStream input = cl.getResourceAsStream(soundToPlay);
    
    m_player = Manager.createPlayer(input, "audio/mpeg");m_player.realize();m_player.prefetch(); 
    

    soundToPlay is obtained from:

    soundToPlay = "file:///" + oData.getStringElement(OptionsData.USERSOUND);
    

    OptionsData.USERSOUND is obtained from a form popup of file selection using getFile().

    It is usually something like /SDCard/Blackberry/ringtones/sound.wav

    Whenever I run it well, I can select the file, but I always get a

    CAFETERIA: impossible to find...

    I know I'm getting this because getResourceAsStream returns null.

    How to do that it returns is not null?

    getResourceAsStream Gets a file that is integrated with a RIM approx. soundToPlay goes to a file location, try from soundToPlay in Manager.createPlayer instead of trying to get * beep * an embedded resource. If it is an embedded resource, you must access it as you would with Class.forName, only you pass the string in getResourceAsStream.

    Hope that makes sense.

  • Script to check if the user selected item from downdown list or not

    I have a script that runs when the form user leaves a drop-down list object after you make a selection. I don't want the script runs if the drop-down list object is empty (the user does not have a selection). I need to create an if statement to test if the user makes a selection in the drop-down list. All the items in the drop-down list are 4 digits.  I prefer the stated case is in the Exit event. The following script is correct?

    If (dropdown1.isNull | dropdown1.rawValue.length! = 4) {}

    xfa.host.messageBox ("you must make a selection, the drop-down list name");

    }

    else {}

    set the script to execute here

    }

    It seems that your script is generally good, but you try to do something more in the message box? Did you mean to carry the name of the drop-down list in the title or as part of the message?

    If you are not allowing the custom entry, you only need the null control. Of course, we only talk about one millisecond, or to check the length of your string. So, you are not asking all devices to perform intense processing.

    If I were asked to do, this is what my script would look like.

    If you allow custom entries, you must specify what the problem is for the user.

  • The user select several shapes and assign the variable

    Hello

    I worked mainly Storyline articulate and now I'm back in Captivate 8 I really miss simplicity of the scenario

    I need to create a very simple interaction "select all the boxes." I want the text in boxes and the user to select as much as they wish (there are 10 in total) and that selected they should change their 'down' State, so it is obvious that they have enabled the box on and then a variable is assigned to show later in the course.

    I told the Action for the award of variable when the user clicks on but just slide forward and I can't select several options. Also, there is a pause on the button continue for the slide does not move on to the next.

    Can someone tell me how I can do this SIMPLE interaction quickly?

    A simple action will always be out of reading, replace it with a standard advanced action (can be a single line, but I think you will need more than one).

    Why choose Standard Simple action? -Captivate Blog

    It also has a link to a YouTube video.

    Keep with scenario then... for me it's very simple, but that's just me.

    What should be stored in the variable? The number of texts chosen? Or do you want a text variable and change this variable from 0 to 1 if the corresponding text is selected?

    Why not use the interaction of checkboxes? It's pretty simple to use, it will store the answers selected in the variables.

    If you explain better what you want to, have solutions for all situations.

  • Presentation of the form - Hardcode vs the user selection

    Hi all

    Here is my scenario:

    -Form displays the 12 months of actuals, forecasts and budgets
    -Here are the combinations of script Version:
    Real-> final
    Forecasts-> work
    Budget-> This depends on the user's selection in a menu drop-down

    I know that this could be done in EN, but how is it possible on the planning? Or is it possible at all?

    Basically I would like to encode the version for actual expenditures and forecasts and allow users to select the budget version.

    Thank you very much.

    Mehmet

    PS We are on 11.1.2.1

    Take a look at the user variables. Create the variable user for the scenario and then ask users to pre-populate it in the preferences before they open the form.

  • Virtual Center Version 2.5.0 Build 119598 - add user / Select user GUI - not finding the users accounts and groups in Microsoft AD

    All,

    Has anyone seen the following symptoms?

    (1) when a user or group account does not appear in the 'users and groups' dialogue box 'Select users' research will result in a "select users or groups" pop indicating "no user or group not found as the search result. Before beginning your search, in the dialog box "Select users", the correct domain name appeared in the "domain:" drop-down list.

    (2) not possible to account or group of usernames containing spaces. She will accept the format of the name of groups 'Pre-windows 2000' of objects. The account names and groups ' select users ' GUI will be find the account or group when you enter the explicit & lt; domain name & gt; ------& lt; Account name & gt; in the text box 'Users' or & lt; domain name & gt; ------& lt; Group name & gt;.

    Is there a known issue with user accounts or to find when they do not appear in the "users and groups" in the dialog box "select users".

    Kind regards

    Steve

    Sorry, wrong forum, this is Server 2.0.

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

Maybe you are looking for

  • Empty the contents of the home page

    I opened my window to start in Safari to put the Apple.com home page. Today, I see this. What has changed since then? Other pages are displayed OK, but not this one.

  • Strange question WLAN - can't access secure sites

    Hello! I just bought a Toshiba L100-120. All right, except the following. I can't access the sites secured with the Intel 3945abg built-in. Other sites are OK. If I connect LAN, all is well. If I insert my Wireless PCMCIA card, it works also. The onl

  • my motorcycle g motorola does not start

  • Satellite A200 - 10W PSAECE - BIOS need for Vista 64-bit

    Hello I'm having problems trying to update my BIOS under Vista 64-bit of the system. The plashnt.sys driver generates an error when loading.On the update of the BIOS page I can't find no 64-bit BIOS update for my laptop Satellite A200-10W (PSAECE). A

  • detection of task over DIO

    Hello How can I know that triggered external DIO out of finite samples have completed execution? I see there is a 'DAQmx is task performed?', but it means that I have to constantly monitor the task. Is there a way to generate an event or declaring th