IOS 7 bug list and workarounds

Here's the list of bugs I've found so far in iOS7 (I have an iPhone 4S).  Anyone know workarounds, or better yet, fixes to them?
* volume disabled in Music appt
Workaround: have to unplug and replug headphones to enable.
Fix: unknown.
* calendar does not have a setting for list view
Workaround: now requires constantly clicking on magnifying glass
Fix: unknown
* ".com" button missing from keyboard layout when typing into URL field in Safari
Workaround: tap and hold '.'
Fix: unknown.
Anyone else want to contribute to the known bug list and workarounds?
Also, are iPhone 5 users experiencing the same problems?  (I would assume so, but well, assumptions.)

dcltdw wrote:
* calendar does not have a setting for list view
Workaround: now requires constantly clicking on magnifying glass
A "bug" is an unintentional error in software. Though you may not like this change, it's fairly obviously working the way Apple intended.

Similar Messages

  • Oracle SQL Developer Data Modeler 3.0 Bugs, Resolution and workarounds

    The purpose of this thread is to list bugs discovered while using ORACLE SQL Developer Data Modeler 3.0
    Mainly with SQL SERVER 2005 and ORACLE 10g models.

    SQL Server Physical model doesn't save table identity column.
    here are the steps to get this bug:
    1. create a table in relational model with a column as an integer to be used as an identity.
    2. create or open a physical model for SQL-SERVER 2005
    3. open the table in the physical model
    4. edit the integer column property dialog
    5. tick the identity check box and close the property dialog
    6. save the model and close it
    7. open it again, you will find the identity check is removed! (probably not saved from the start)

  • Error Handling - jbo25013 bug? - and workaround

    When I insert a record with a duplicate key and use errorpage.jsp to catch the exception(s), then every legitimate insert I do thereafter produces the same exceptions ie. JBO-26041, then JBO-25013.
    A workaround for this is to surround my submission code in submit.jsp with a try {..)catch{} block.
    i.e.
    <%
    try
    %>
    <jbo:PostChanges appid="Dbproject4Module" />
    <jbo:Commit appid="Dbproject4Module" />
    <%
    catch(Exception exc)
    out.println("<pre>");
    exc.printStackTrace(new java.io.PrintWriter(out));
    out.println("</pre>");
    out.println("</BODY></HTML>");
    return;
    %>
    This works fine.
    However I have a number of queries:
    i. Is this behavior of getting stuck on an error a bug in bc4j or perhaps in JDev's internal webserver?
    ii. When errors are generated by errorpage.jsp, I first get JBO-26041, then if I press the refresh button on my browser I get JBO-25013, a more detailled message. I though that using
    (oracle.jbo.JboException)exception.getDetails()
    as errorpage.jsp does, would trap all the errors in the one page.
    Any comments on the above behavior would be welcome.
    thanks,
    David Roberts

    Repost

  • Bug list and wish list premiere pro cs4

    Iam realy interesting someone, sometime work with Premiere pro cs4 from Adobe team ? I gues not!! Some bug might not seen only people who not work on premiere !!! 2 russian video editing forum named premiere cs4 most worst of version premiere. Old bugs not fixed on premiere cs3 adobe make premiere cs4 with new most worst bugs and some options was remove(Fast export to frame\movie) What for ????!!!!! Cuting the clip i must press 2 button - what for ? Cut it most usful operation and adobe make 2 button press to cut. And domenation effects then adding to clip, please try add some effect to clip then add someone again. Why new effects adds not to last posotion ?
    And time warp, posterize time work only with neast sequence!!! What for !!!Its make work with premiere faster ????
    ADOBE PLEASE WORK YOUR SELF ON PREMIERE PRO CS4 SOMETIME !!!

    FAQ:How/Where do I report a bug?
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • AdvancedDataGrid + IHierarchicalCollectionView + filterFunction bug: Example and workaround

    Yay, bugs!
    My first question is, do you get this bug too? I'm running Flex 3.4 in Flash player 9.
    My second question is, am I doing something wrong, or is this something that should be fixed in Flex?
    Error: Bookmark no longer valid.
        at ListCollectionViewCursor/seek()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ollections\ListCollectionView.as:2048]
        at mx.collections::HierarchicalCollectionViewCursor/get current()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\collections\Hiera rchicalCollectionViewCursor.as:198]
        at mx.collections::HierarchicalCollectionViewCursor/collectionChangeHandler()[C:\work\flex\d mv_automation\projects\datavisualisation\src\mx\collections\HierarchicalCollectionViewCurs or.as:1056]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.collections::HierarchicalCollectionView/internalRefresh()[C:\work\flex\dmv_automation\ projects\datavisualisation\src\mx\collections\HierarchicalCollectionView.as:806]
        at mx.collections::HierarchicalCollectionView/refresh()[C:\work\flex\dmv_automation\projects \datavisualisation\src\mx\collections\HierarchicalCollectionView.as:686]
        at ADGBookMarkBug/step4()[C:\eclipse-clearcase-flex-datatools\workspace-usOnCC\ADGBookMarkBu g\src\ADGBookMarkBug.mxml:70]
        at ADGBookMarkBug/___ADGBookMarkBug_Button6_click()[C:\eclipse-clearcase-flex-datatools\work space-usOnCC\ADGBookMarkBug\src\ADGBookMarkBug.mxml:99]
    My code is here:
    http://jafile.com/uploads/kristopherwindsor/paste/wowflexreally.txt
    I was able to reproduce the bug in the above code after discovering it in a larger project.
    If you run that, and click the buttons for steps 1 - 4 in that order, it will crash when you click button "step4", unless you click the button for step 3.5, which prevents it from crashing. Button "step3info" just shows the selected item in the ADG.
    I don't know if this needs any more explanation, but if it does, just ask.
    Thanks!

    Looks like the problem is with GroupingCollection2 as it works fine with GroupingCollection in Flex 3

  • OVM 3.0.1 agent bug, fixes and workaround

    In OVM 3.0.1, the yaml configuration file in /etc/monitor/ disappears upon serveur add in a pool if /tmp is a different filesystem than /etc/monitor. The addition to the pool fails. This is due to the agent preparing the new configuration file in /tmp then calling python os.rename() to move it to /etc/monitor/. Possible fixes for OVM developpers ; don't use os.rename(), or create the new configuration file in os.path.dirname(MONITOR_CFG). For users, just umount /tmp before adding the server to a pool.
    Hope it helps.
    Christophe Varoqui

    user9336528 wrote:
    In OVM 3.0.1, the yaml configuration file in /etc/monitor/ disappears upon serveur add in a pool if /tmp is a different filesystem than /etc/monitor. The addition to the pool fails. This is due to the agent preparing the new configuration file in /tmp then calling python os.rename() to move it to /etc/monitor/. Possible fixes for OVM developpers ; don't use os.rename(), or create the new configuration file in os.path.dirname(MONITOR_CFG). For users, just umount /tmp before adding the server to a pool.Can you log this bug at http://bugzilla.oracle.com, please?

  • How to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    how to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    Hi bluegrandpanash,
    Thanks for visiting Apple Support Communities.
    If you backed up your iPhone to iCloud before updating the software, first try the steps under "Restore from an iCloud backup" in this article to recover your data:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/HT1766
    Best Regards,
    Jeremy

  • Select list and date picker on one line  -  is this a bug?

    I'm using: Application Express 3.2.0.00.27
    Is the following a bug? If so, how do I get it reported so it will be fixed in a future release of APEX? If not, how do I do it so it ends up the way I want?
    1. create blank page
    2. create html region
    3. create "select list" item (Begin On New Line - Yes, ...Field - Yes, ColSpan - 1, Row Span - 1)
    4. create date picker item (Begin On New Line - No, ...Field - No, ColSpan - 1, Row Span - 1)
    There will be other items displayed in more columns above what I just had you create above. I want the select list and the date picker to display next to each other on same line, so I placed date picker item on same line in same field as select list item.
    HOWEVER... the date picker ends up displayed under the select list item (kind of), instead of next to it on the same line.
    Here's what I get:
    ...................... [Select List Field] Date Picker Label
    Select List Label
    ...................... [Date Picker Field]
    Here's what I want:
    Select List Label [Select List Field] Date Picker Label [Date Picker Field]
    Thanks,
    Steve
    Edited by: sskelton on Aug 3, 2009 11:01 AM
    Edited by: sskelton on Aug 3, 2009 11:02 AM

    Hi Steve,
    I'm not sure if it's the official way, but you could add a post here: Enhancement Request Thread : Post 3.1 - that's what I've been doing :D
    Andy

  • After updating to iOS 8.1.3 all of my reading lists and favorites are gone off of safari

    Why did I lose all of my reading lists and favorites on safari when I updated to iOS 8.1.3

    Hello, Tony.  
    Thank you for visiting Apple Support Communities.  
    I understand that your iPad no long starts after an update and you have a backup for your iPad.  It sounds like you will need to restore the device to factory and then will have the option to access your backup after the restore complete.  The only information that should be missing would be after the backup was completed until the device is restored.  I have included the steps for going through this process in the articles below.    
    If you can't update or restore your iPhone, iPad, or iPod touch
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes
    -Jason H.  

  • My britness on my iphone 5 was on 100 % and I turn my screen off and after ten min I turn it back on and the screen was on 0% while the britness line on settings was on 100% is it an IOS 6 bug or is my iphone borking???

    My britness on my iphone 5 was on 100 % and I turn my screen off and after  10min i turn it back on and the screen was on 0% while the britness line on settings was on 100% is it an IOS 6 bug or is my iphone broking???

    I've seen that happen sometimes. For me, pressing the lock button to lock it, and then pressing the home button to get to the lock screen reverts it back. If that doesn't work, just move your brightness slider lower and then higher again.

  • I am unable to clear my recent call list. Both the 'missed' and 'all' numbers appear even after deleting. It was happening on ios 7.0.4 and is present on 7.0.5. Any help.

    I am unable to clear my recent call list. Both the 'missed' and 'all' numbers appear even after deleting. It was happening on ios 7.0.4 and is present on 7.0.5. Any help.

    No.
    You got 2 more basic troubleshooting steps left before you make an appointment with the Apple genius bar for an evaluation:
    Restore from backup
    Restore as new
    http://support.apple.com/kb/HT1414

  • TS3694 Downloaded latest IOS 7.0.2 and it crashed my iphone 4. Now Ive got nothing and it wont restore when connected with Itunes cos Error Message 4005 comes up. Cant find it listed anywhere. Help

    Downloaded latest IOS 7.0.2 and it crashed my iphone 4. Now Ive got nothing and it wont restore when connected with Itunes cos Error Message 4005 comes up. Cant find it listed anywhere. Help

    Hi!
    It looks like there might be some security settings or software on your laptop that's preventing the restore process from working.
    Check out this article in Apple's support. It shows you the steps you can take to try to get around error 1611.
    Like diesel vdub said, a DFU-mode restore might give you success where a regular restore might not, so maybe you can try that.
    What you need to do is put your phone into DFU mode, which is a low-level mode that helps the restore process get a little more done, or it can help iTunes get around certain roadblocks (hopefully like the one you're experiencing!). Your computer will install special DFU-iPhone drivers for it, and then iTunes will see it as a phone that needs restoring.
    To get your phone into DFU mode:
    Plug your phone into your laptop.
    Turn the phone off.
    Press and hold the power/lock button. Keep it held in, even after the display turns on and you see something on the screen. As soon as you see something on the screen, start holding the home button as well as the power button, so that they're being pressed together.
    Keep both buttons pressed down for 10 seconds.
    After 10 seconds, release the power button, but keep holding home until the laptop sees a new USB device. Once you see that, you're in DFU mode, and you can let go of buttons. Your iPhone screen will be blank during it all, even though it's actually on, in DFU mode.
    Now your restore should work!
    If your phone shows the Apple logo or anything else while you're trying to get it into DFU mode, then something went wrong. Try the steps again. If it suddenly starts up normally again, try reducing the time to a bit less than 10 seconds--try reducing it by about a second at a time. It should work!

  • HT1296 I updated iPad to iOS 7.1.1 and my iMac to OSX 10.9.2. I am unable to some of sync music in the play list. HELP!!!

    I updated iPad to iOS 7.1.1 and my iMac to OSX 10.9.2. I am unable sync some of the songs in the play list and or albums. HELP!!!

    I updated iPad to iOS 7.1.1 and my iMac to OSX 10.9.2. I am unable sync some of the songs in the play list and or albums. HELP!!!

  • HT1414 i bought an iPhone on eBay which had iOS 3.1.2, and i tried to download iOS 4 as iTunes allways adviced me, but when i downloaded the software i got bugged into connect to iTunes ...no way i arrived to a better deal...what's next?

    i bought an iPhone on eBay which had iOS 3.1.2, and i tried to download iOS 4 as iTunes allways adviced me, but when i downloaded the software i got bugged into connect to iTunes ...no way i arrived to a better deal...what's next?

    Um, what?  Your posting makes no sense.

  • I bought an iPhone on eBay which had iOS 3.1.2, and i tried to download iOS 4 as iTunes allways adviced me, but when i downloaded the software i got bugged into connect to iTunes ...no way i arrived to a better deal...what's next?

    i bought an iPhone on eBay which had iOS 3.1.2, and i tried to download iOS 4 as iTunes allways adviced me, but when i downloaded the software i got bugged into connect to iTunes ...no way i arrived to a better deal...what's next?

    Um, what?  Your posting makes no sense.

Maybe you are looking for

  • Security issue in Web Analysis

    I have an issue with granting security to users and groups who are accessing a presentation in a shared desktop. As per Web Analysis Studio Guide,you should also "Edit Security file properties to grant access to groups hyperion web analysis" Can anyo

  • Iphoto wont launch or open

    "iphoto" app used to launch everytime that i was connecting my iphone on macbook pro, but just stoped opening at all! Now it wont open even if i try to do it on its own ! The app icon keeps jumping up and down for a while and then nothing! The only o

  • Control cycle

    Gurus, What is the purpose of control cycle.Is it mandatory,for picking material for Production order. <<Locked - reason: failed to search before posting question>> Edited by: Csaba Szommer on Feb 8, 2011 1:30 PM

  • Title for the Legend in jfree charts

    Hi, I want to give the Legend a Header i.e a block above the legend stating the name of the Legend. I am unable to find a method that would help me with this.M using jfree1.0.2 (a small example could be helpful)

  • Automatic Notificatoon Creation for each MIC when Rejected.

    Dear Gurus, When the MIC is rejected in Result Recording Screen, automatic notification is to be created. For example out of 8 MIC, 4 MICs are rejected, 4 notification are to be generated automatically. Another Requirement. The notification is to be