Touch ID; feature or bug?

hello,
I just configured Touch ID on my iPad Air 2 (ios 8.1) and switched the finger i used between the 2 step where Touch ID reads your fingerprint.
Now Touch ID only shows 1 registered finger but I can unlock the iPad with Touch ID using both fingers.
This also works on my iphone 5s (ios 8.1.1) .
I can't think about this as a feature, because the second step is uses to read the edges of the finger?

". . . but I can unlock the iPad with Touch ID using both fingers."
I am not clear on what the problem is if both fingers work as desired.
George

Similar Messages

  • Bug Report: Feature Request/Bug Report Form

    Re: Feature Request/Bug Report Form
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The Feature Request/Bug Report Form does not include a drop-down option for Creative Cloud.

    Hi Stephen,
    We are collecting feature requests as idea threads here on the forums versus using that form. If you believe you have discovered a bug with Creative Cloud please post about it here on the forums.
    Thanks,
    -Dave

  • Missing features and bugs in 2.2 update...

    Missing features and bugs in 2.2 update...
    Here is my shortlist:
    1. Copy/Cut and paste - sadly still missing...
    2. Landscape view for keyboard - SMS and Email - still missing...!
    3. AM/PM indicator missing from "unlock" screen (in 12 hour clock) - BUG
    ... What's wrong with Apple these days - all of these issues (listed above) could have been easily implemented in version 2.2 and were frequently requested by all iPhone users since version 1.0 and yet Apple have ignored all of them...

    These features may or may not be that difficult to include, but what made you "fork out huge amounts to pay for a 'top of the range' iPhone" in the first place?
    As already provided, Apple has what is called their own "allocation of resources and prioritization", and if what is included doesn't meet your needs or wants, you should not have purchased an iPhone in the first place, or continue to keep using the iPhone if Apple doesn't include the features you need or want in a time table that meets your expectations, since there are plenty of cheap $100 phones that meet your needs or wants, you have a wide range of other phones to choose from which are less expensive, so that is exactly what you should do. No point in continuing to use a device that does not meet your needs or wants. Use one of the many less expensive devices you have to choose from that meets your needs or wants and move on.

  • I installed Lion, but did not get the multi touch gestures feature. Also my "front row" is gone.

    I installed Lion, but did not get the multi touch gestures feature. Also my "front row" is gone.

    What model computer do you have? some early trackpads will not support all gestures.
    Front Row was dropped by Apple in Lion. I beleive it can be recovered from Snow Leopard, I haven't tried it myself.

  • Feature or bug? (ListView/SelectionModel)

    I attach a short program which illustrates a phenomenon I have observed. Basically, I am trying to repeatedly delete the first item displayed in a ListView. I select that item using SelectionModel.select(0) or SelectionModel.selectFirst() and then delete SelectionModel.getSelectedItem() from the underlying item list. The first time round it works. The second time round, SelectionModel.getSelectedItem() still returns the item from the first iteration. I would have expected the call to SelectionModel.select(0) to update selectedItemProperty. Have I misunderstood something? Should I be doing something different?
    Interestingly, a similar thing occurs if you replace select(0) with selectLast().
    But if you call select(1) everything works as I had expected (selectedItemProperty is updated).
    Feature or bug?
    Steve
    package selectionbug;
    import javafx.application.Application;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.collections.FXCollections;
    import javafx.collections.ObservableList;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ListView;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class SelectionBug extends Application {
        public SelectionBug() { }
        public static void main(String[] args) {
            Application.launch(SelectionBug.class, args);
        @Override
        public void start(Stage primaryStage) {
            final ListView<String> list = new ListView<String>();
            ObservableList<String> items =
                FXCollections.observableArrayList("abc", "def", "ghi", "jkl", "mno", "pqr", "stu", "vwx");
            list.setItems(items);
            list.getSelectionModel().selectedItemProperty().addListener(new ChangeListener<String>() {
                @Override
                public void changed(ObservableValue<? extends String> ov, String oldValue, String newValue) {
                    System.out.println("*** ChangeListener: "+oldValue+" -> "+newValue);
            Button button = new Button("Go");
            button.setOnAction(new EventHandler<ActionEvent>() {
                    @Override
                    public void handle(ActionEvent t) {
                        list.getSelectionModel().select(0);
                        //list.getSelectionModel().selectFirst();
                        //list.getSelectionModel().selectLast();
                        String string = list.getSelectionModel().getSelectedItem();
                        System.out.println(string);
                        if (list.getItems().remove(string)) {
                            System.out.println("removed");
                        } else {
                            System.out.println("oops");
            VBox vBox = new VBox();
            vBox.getChildren().addAll(list, button);
            Scene scene = new Scene(vBox);
            primaryStage.setScene(scene);
            primaryStage.show();
    }Edited by: winnall on 16-Mar-2012 00:35

    Hi, I'm the engineer behind the selection model API.
    There are a few things to note first:
    1) It is totally valid for the selectedItem to represent an item that is not actually part of the ListView.items list. It just means that if the selectedItem is set to a non-existent item, and when the item is added to the listview.items list, the selectedIndex will update to point to this selectedItem.
    2) Events don't fire when the property value doesn't change. So the first time you select(0) you end up with the selected index event firing as the new value is 0. If nothing else changes and you call select(0) again, you'll get no event fired.
    Now, I would argue that if the selected item / index is removed from the ListView.items list, it should be removed from the selection. This does not appear to be happening. There may be various reasons why this doesn't happen (selection models can have a LOT of nuances that all need to be keep balanced like a man with his spinning plates), but you should file a bug so I can investigate deeper.
    Thanks,
    -- Jonathan

  • When will an iPad with the Touch ID feature come out?

    I'm planning on getting an iPad Air. But I want the TOuch ID feature as well(found in iPhone 5S). When do you think the Touch ID feature will be included in the iPad? Thanks!

    No one here would know since this is a user to user forum. Only Apple knows for sure if they're considering something.

  • 7.1.1 After the update has been deleted TOUCH ID feature. disappeared

    7.1.1 After the update has been deleted TOUCH ID feature. disappeared

    Have you checked to see if the music is in iTunes on the computer? if so dose the music play on the computer? in itunes, if you click on the iphone from the list on the left, and then click on the music tab on the right, is sync music checked? if so are you syncing all music, or a specific play list(s) of music? if it's syncing only specific play lists, is there any music in that play list?

  • I love the new touch screen features!

    I just wanted to say that whomever added the new touch screen features to Illustrator CC is AWESOME!  Very cool!  Great work!  Touch type tool, free transform, multi-touch zoom/panning... very nice!
    I like it so much I made a video: http://youtu.be/ZKhifrhMmNg?t=4m13s
    (and also showed some touch screen support in a few other Adobe CC programs.)
    Hope to see more of that kind of innovation.

    Gorgeous.
    Some people may not be able to enjoy that great enhancement due to some controversy when it comes to buy (not rent) that piece of software.

  • Why can't I access the touch type feature?

    Adobe Illustrator CS6 registered with creative cloud, fully updated on Mac OSx 10.8.2. Why can't I access the touch type feature?

    Touch Type is only in AI CC aka CS7 which will be available from June 17.
    Mylenium

  • Why can't i delete songs from older i-pod touch, delete feature greyed out and right click or holding control and clicking do not offer delete option

    Why can't i delete songs from older i-pod touch, delete feature greyed out and right click or holding control and clicking do not offer delete option in I-tunes. I've tried using both a Mac Book and PC with newer and older versions of I-tunes.

    It sounds like you are try to delete the songs by connecting the iPod to other than the computer from which the songs were synced. You can only delete songs synced to an an older iPod (pre iOS 5) by connecting the iPod to its syncing computer and unsync them.
    If you want to change syncing computers see:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Touch Screen Feature on my HP Laptop

    HELP PLEASE!
    After updating my windows to windows 8 my touch screen features do not work and the system says that my monitor is not compatible for touch screen/pen settings!
    I paid good money for this computer and need this company to help me!!!!!!!!
    I've tried calling customer service, we were on the phone for a good 2 hours and they weren't able to fix it. I AM NOT WILLING TO SEND IN MY COMPUTER because I need my computer on a daily basis and ... TRUST NO BODY!

    I am not sure. The answer was found for me by a HP support person after he had tried a couple of other things. I had noted that in the Control Panel - system description it stated that 'touch' was unavailable with the screen. He first asked me to delete each of the appropriate drivers (human interface) and reboot - to reload the drivers. That did not work. Then a colleague of his suggested the double lead. Any 2 (out of 3) may work.

  • Is it true that the new imac has a touch screen feature?

    is it true that the new imac has a touch screen feature?

    No, it is not true. There are third-party resellers that modify iMacs to add a touch screen, but the iMac as shipped by Apple does not have a touch screen.
    Regards.

  • Feature Requests/Bug Reports for PlayBook OS 2.0

    I'd like to report a few bugs/features that I think would really help make PlayBook better.
    Although most are minor items there is a chance that some items would be better suited as private reports directly to RIM.  If there is an appropriate channel to do so, please advise.
    For now, these 4 items are the main ones that come to mind.
    1.) Screen settings: I would **really**, **really** like to have an option to go to standby after 30min, 1hour, 2hours, or better yet - **never** (especially when I'm plugged in to A/C power or docked.  There are several apps I enjoy using (e.g. Browser) that I read/watch... only to have the device try to auto-suspend when the 5min is up.
    2.) If it is possible, it would be very nice if holding the volume up/down buttons actually continuously increased/decreased the volume vs. having to press the buttons multiple times
    3.) When using the Browser, I often minimize/auto-hide the location bar to maximize my screen real-estate... however when swiping down to view it... if I type a partial address and notice a match in the drop down for the site I want... I can't click on it, as this triggers the menu's auto-hide action
    4.) The new Messages app is great!  My only issue is that although I like the blinking red LED indicator (similar to a BB phone), the red corner marker in the top left of the screen is too distracting (and ruins the asthetics) of the apps/games I'm running when I get new messages all day long.  It would be very nice if there was a separate option for this indicator. (e.g. I still want the LED light, and the email count/icon indicator... just not the red corner overlay)
    Otherwise I'm loving my PlayBook both as a user and a developer and I'm looking forward to whats to come. ;-)
    PlayBook Apps: DataMine, Dots + Boxes, 5 Marbles
    BlackBerry SmartPhone Apps: 5 Marbles Soon: **** (D.Z.A), ****Quest, **** Challenge, VaultCracker, DevBrowser, Radial****

    Allow me to use the native contact, calendar and email apps to work with my contacts, calendar and email that are on my phone/desktop. Can't believe that this is not already done.

  • Spotlight indexing of Time Capsule - feature or bug?

    I understand why backups are indexed: the ability to use Spotlight from within Time Machine is a fantastic feature.  But the method by which this index is created does not make sense where a Time Capsule is in use (or indeed most networked storage, but since many configurations are officially unsupported let's just keep this discussion focused on the officially approved one!).
    Typically (from my sample size of 1), a complete system backup is of the order of 100GB; however, after the initial backup is complete, Time Machine only needs to copy modified files to the backup drive, which can lead to very small and fast subsequent backups: unchanged files are created in-situ with a hardlink to the existing copy on the backup drive.
    A problem arises when, after a backup completes, Spotlight attempts to index the changes to the backup drive: it appears that it inspects every unindexed file (involves transfer to the local machine) including such unmodified/hardlinked files.  This therefore gives rise to a situation where a backup that writes only a few kilobytes to the backup drive results in Spotlight reading hundreds of gigabytes from that drive.
    Even with a throughput of 100Mbps, this would take close to an hour and a half (in reality, especially over wireless networks, it takes many hours); meanwhile Time Machine reaches its next scheduled backup and cannot proceed until Spotlight has finished indexing.
    Altogether, this appears to render Time Capsules useless for system backup (unless one is connected via gigabit ethernet, which is neither a requisite nor a desirable constraint).  One does not need to look far to see how many users this issue is affecting.
    In previous versions of OS X, one could workaround this issue by disabling Spotlight indexing of the backup volume; however, since Lion (or Snow Leopard?), this is no longer possible.
    To my mind, the design is flawed - some might call it a "bug": there should be a more efficient method of indexing drives, especially networked ones (ideally avoiding the redundancy of reindexing hardlinked files).  At worst, Time Machine could provide to Spotlight all the metadata it requires for the entire backup: thus avoiding the need for Spotlight to read such files from the backup volume.
    ...or have I misunderstood something?

    nickety wrote:
    I understand why backups are indexed: the ability to use Spotlight from within Time Machine is a fantastic feature.
    That's not the reason; Time Machine requires the indexing in order to work, especially for the "Star Wars" display.
    Altogether, this appears to render Time Capsules useless for system backup
    That's not normal; you have something else wrong, possibly a corrupt index.  See the pink box in #D2 of Time Machine - Troubleshooting.
    In previous versions of OS X, one could workaround this issue by disabling Spotlight indexing of the backup volume
    Not really.  The backups were still indexed;  you just didn't get a message.  See the note in item 2 here: http://docs.info.apple.com/article.html?path=Mac/10.6/en/8991.html

  • Double Clicking Issue Feature Or Bug

    Hi All,
    I've been using Mac's for over ten years and I'm experiencing an issue unlike anything I've ever seen before. I have this double-clicking issue (maybe more appropriately "accidental double-clicking issue") in certain programs.
    In iTunes for example, when I choose File/Add To Library and I double-click the root folder on my external hard drive (which contains subfolders such as Documents, Pictures, Movies, Music, Applications, etc..) iTunes begins to automattically import EVERYTHING on the folder without my having clicked the CHOOSE bubble. EVERYTHING!
    Either I'm crazy and I'm just noticing this now or this is the most annoying bug/feature I've ever seen.
    The issue also occurs in Mac The Ripper. When I went to choose a Save location and accidentally double-clicked a folder that had subfolders in it, I didn't get the opportunity to click CHOOSE. The Finder just assumed that my double-clicking a folder means that that is the folder I want to select.
    I hope I'm explaining this clearly. I don't know I never noticed this "feature" before!
    Is there anyway to turn it off?

    There isn't anything similar between the two in a hardware sense. The two machines aren't sharing anything. I only use the Magic Mouse with the new 27" i7 iMac.
    I tried to reproduce the effect in 10.5 to see if it was indeed a "feature", and it is. To a certain extent.
    At this point I've come to the conclusion that this is supposed to happen, in 10.5 and 10.6 (possibly 10.4 or earlier too) when a folder and it's sub-folders contain compatible files respective to the program attempting to access them. However, I don't think it should happen when a folder contains subfolders that have files that are incompatible with the particular program that is currently being browsed.
    Furthermore... I'm unable to reproduce the same issue today! This new 27" iMac i7 has been very "buggy" across the board!
    Like for example;
    When I first started it up, Airport and Firewire didn't appear in the Network preference pane in System Pref's. And it didn't recognize USB devices that I plugged in until I rebooted a few times.
    It ran REEEEEALLLLLLY HOT! Hot like when you put your hand on the hood of a car thats been sitting in the sun. But today it seems to be running much cooler...
    It also wont boot from any external hd or Disk Warrior 4.2 DVD.
    But all in all it's still a pretty sweet, and crazy fast.

Maybe you are looking for