[Feature Request] 'Duplicate Tab' in Tab Dropdown

I know now that you can duplicate a tab by Control-clicking or middle-mouse-buttoning the Reload button, or by Control-dragging the tab over. But what would have been most intuitive is if there were an option to do this in the tab dropdown. I'm more of a person to do things long-hand, and I imagine many others are, too. Just want Firefox to be great.
Thank you!
Sincerely,
N

You can look at this extension:
*duplicateTab: https://addons.mozilla.org/firefox/addon/duplicatetab/

Similar Messages

  • Feature Request: Double Click in Tab Field to Create New Tab.

    Right now the only way to add a new tab is to *right click* then select new tab.
    Also instead of a grey (close) x it should be colorful, less grey.

    Hello,
    Try using the template code given below.  Let me know if you have any questions.
    data : GT_EVENTS TYPE SLIS_T_EVENT.
    get event
    PERFORM BUILD_EVENT_TOPOFPAGE USING GT_EVENTS[].
    display alv data
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = W_xxxxx
    IT_FIELDCAT = GT_xxxx
    IT_EVENTS = GT_EVENTS[]
    TABLES
    T_OUTTAB = T_xxxx
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2.
    get event perform
    FORM BUILD_EVENT_TOPOFPAGE USING LT_EVENTS TYPE SLIS_T_EVENT.
    DATA: LS_EVENT TYPE SLIS_ALV_EVENT.
    CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
    EXPORTING
    I_LIST_TYPE = 0
    IMPORTING
    ET_EVENTS = LT_EVENTS.
    Read double click event using the below statement
    READ TABLE LT_EVENTS WITH KEY NAME = SLIS_EV_USER_COMMAND
    INTO LS_EVENT.
    IF SY-SUBRC = 0.
    ENDIF.
    ENDFORM. " BUILD_EVENT_TOPOFPAGE
    FORM USER_COMMAND USING L_UCOMM LIKE SY-UCOMM
    LS_SELFIELD TYPE SLIS_SELFIELD.
    CASE L_UCOMM.
    WHEN <double click>
        Perform do_something.
    ENDCASE.
    ENDFORM. " USER_COMMAND
    Best Regards,
    Krishna

  • Feature request : import of multi-line notes in CSV or tab-delimited file

    This is a feature request to the AddressBook development team:
    Following a question posted here and asked to support (thanks to Barry and Julia from ADC), it turns out that AddressBook is not ready yet to import multi-line notes from a CSV or tab-delimited file.
    I would like to kindly suggest the AddressBook development team to update the import methods for such flat files to parse the text of what is assigned to the Notes field, and convert documented escape sequences to their pre-determined corresponding special character.
    I would think that the following would be pretty easy to implement, and easy for the targeted audience (enthousiasts power-users and up) to remember:
    "\n " : mark a new line (same as ^p in Word)
    "\t " : replace by a tab
    I would keep the trailing space to avoid problems with DOS-type file path problems.
    and of course...
    "\\n " and "\\t " for whoever would want to import notes about \n and \t
    For example, in a Notes column, the text:
    "Escape sequence \\n :\n move the text to a new line\n \n while escape sequence \\t :\t move the text to the next horizontal tab"
    would give the following (just consider text between <Note> marks):
    <Note>
    Escape sequence \n:
    move the text to a new line
    while escape sequence \t: move the text to the next horizontal tab
    </Note>
    Thanks for reading...
    Frédéric Denis

    The developers do not necessarily read these USER discussion pages. If you want to make suggestions and know they will be read (which is at least a step towards implementation) use the OS X feedback page.
    AK

  • Rejected feature request - Tabbed Interface

    Hello,
    first: I accept the decision to reject a feature request.
    But: is there a special reason to do so, since Tabbed Interface is among the top weighted requests.
    At the moment I have >50 connections because I have to support and develop more than one application each with production and at least 3 test DBs. Each connection has 20 nodes for types (tables, views...) each type has x nodes for objects. Thats a lot of scrolling to do. Closing the nodes after selecting an object is not really helpful, because then you have to open them again to select another.
    If not tabbed, perhaps splitting the connections is possible: one frame for the connections and below a second frame for the content of the selected connection.
    Regards
    Marcus
    http://htmldb.oracle.com/pls/otn/f?p=42626:39:2176755897334077::NO::P39_ID:2001

    For me this is definitely in my Top-5 of requests. Shame it's rejected...
    I imagine the change would take so much time and effort it's undoable right now... but after a few years when sqldev is more mature?
    It probably would imply changing the framework also, which is competence of the JDeveloper team.
    I see the reasons for postponing, but plainly rejecting?
    Hoping on a future revision of the request,
    K.

  • How can I disable the feature that opens a new tab everytime I enter a search request?

    I have Firefox 4.0.1 installed on my laptop, using Windows 7. Whenever I enter in a search query into the search bar and hit enter the search results come up on a different tab. If I then search for something from that new tab another tab opens. As you can plainly see, it doesn't take too long before you have multiple tabs open, thus slowing down the computer. Granted the easy answer is to close the old tabs as I go along, but I swear on older versions of Firefox this "feature" could be turned off; I find it highly annoying to have to constantly click the older tabs from which I searched from.

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    *http://kb.mozillazine.org/browser.startup.homepage_override.mstone

  • How can I duplicate an active tab in Firefox 5?

    I cannot find the 'duplicate tab' feature in Firefox 5. I used this feature a lot in 3, and I hope that I can find out how to do it again. Or that I can downgrade to 3.

    Firefox 4 later use a combined Stop/Reload/Go button that is positioned at the right end of the location bar.<br />
    During the page load process it shows as a Stop button and after the loading has finished the button is changed to a Reload button.<br />
    If you type in the location bar then that button becomes a Go button.<br />
    Middle-click the Reload button to duplicate the current tab to a new tab.<br />
    You can also copy a tab by holding down the Ctrl key and dragging the tab left or right on the tab bar.<br />
    You can open the URL in the location bar if you use Alt+Enter.

  • TabNavigator: Tabs have a dropdown list

    I want to create a TabNavigator, in which some of the tabs
    contain a dropdown list. When those tabs are clicked, the
    dropdown list is displayed and you can select one of the
    items in the list. The display will change after the selection.
    Is there is simple way to do it within TabNavigator?

    I don't think you want a TabNavigator then. The tabs in a
    TabNavigator are used to, on click, switch through a view stack for
    instance.
    Seems like you could do what you wanted without a
    TabNavigator at all. Place some labels at the top (styled like tabs
    if you so desire), on click use an Effect to show a canvas sized as
    your desired subnav (wipe down from the label you clicked, move it
    via animation, bounce, etc).

  • I have created a featured news bloc under a tabbed panel,

    I have created a featured news bloc under a tabbed panel,
    how and where can I change my featured news items from one tab to the next?

    Hi,
    You can edit the information using Inbrowser Editing. For example, if you are using Business catalyst as a host, then take a look to the image below
    Please let me know if you have any other query.

  • How to create iView for Leave Request Approval for ESS Tab in Portal

    Hello ,
    I am new to  Enterprise portal. I got a requirement for creating iViews.
    How to create iView for Leave Request Approval for ESS Tab in Portal.??
    Please give me clearly or provide any document.
    Thanks
    Risha

    Hi Risha,
    is it customized application ?
    If so in SWFVISU transaction maintaain the entry .
    Use transaction SWFVISU to prepare standard setting for your Workitem in the UWL. --Parameters for Work Item Visualization in the UWL.
    Have a look at below link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/59/d516690e854c7090ae15bf492a869f/content.htm

  • Opinions On Several Feature Requests

    Hello,
    For starters this is not a problem I can't solve in Premiere but more so a request of your opinions on Feature Requests that I've recently submitted. Just so you know, I'm new to the Adobe forums but I'm not so new to Premiere Pro. I've used Premiere since 1.5 and have been fortunate to use every version up to CS5. We, at the shop, always talk about how Premiere could be a bit better and so after 6 years of talking I've finally submitted a few Feature Requests for Adobe Premiere Pro CS5 and CS5.5. Below are the requests submitted one by one:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Feature Request: Premiere Pro CS5, CS5.5
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Source Panel Keyboard Zoom
    How would you like the feature to work?
    In the Keyboard Customization menu, add keyboard zoom options for the Source Panel.  Also have an option for vertical and horizontal zoom for audio.
    Why is this feature important to you?
    Often times I use the Source monitor before inserting clips of video or audio into the timeline. The current method of pinpointing an area in the Source monitor is by using the horizontal bar, which can be a little jarring. I always use the shortcut key (-) to zoom out and (=) to zoom in when using the timeline and program monitor. This may seem like a minor feature request but is key component to speed up my work flow and make my production time more efficient.
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Set Clip Markers Button
    How would you like the feature to work?
    In the timeline panel, beside the Set Display Style and Show Key Frames buttons, a Set Clip Markers button can be added to both the Video and Audio tracks. Just as the other buttons have dropdown menus, the Set Clip Marker would have its dropdown menu for set other numbered, next available or unnumbered. If the dropdown menu was set to next available number, each time the button was pressed the clip marker would adjust just as it does from the Marker tab at the top of the screen.
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Multi-Camera Audio Fix
    How would you like the feature to work?
    I think this is more of a Bug Report but I'm submitting this as a Feature Request. When I edit in Multi-camera mode and I have a nested video sequence with the audio tracks beneath the nested video the first audio track gets extracted whenever I make multi-camera cuts. A work around for this is to lock the first audio track. At times I do forget to lock the audio and have to go back and extend the audio to get it back on its track.
    Why is this feature important to you?
    This fix is important because it makes the multi-camera feature more reliable and it saves time in the editing process.
    Why is this feature important to you?
    Because most of our jobs require multiple cameras and multiple audio sources, both on camera and standalone, using the Marker tab at the top of the screen is very time consuming when syncing each clip. I know many Premiere Pro users would benefit from this feature especially with the rise of the HDSLR work flows and the need to sync audio from external devices such as the Zoom H4N.
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Horizontal Audio Master Meter
    How would you like the feature to work?
    Customize the Audio Master Meter so that it can dock horizontally, similarly to how Adobe Soundbooth has its audio meter above.
    Why is this feature important to you?
    When we deploy to other countries, we have to use our laptops for editing. Because of the limited resolution on our laptops I think it would be better to have the audio meter at the top of the screen to maximize the amount of work space on laptops.
    *******Enhancement / FMR*********
    Brief title for your desired feature:
    Multi-Camera Monitor sync with Timeline
    How would you like the feature to work?
    Put simply, have the Multi-Camera Monitor sync real time with the Timeline Panel. Right now, whenever you use the Multi-camera Monitor it operates independently from the Timeline Panel. It should operate just as the Program monitor does with the Timeline.
    Why is this feature important to you?
    When I scrub through the footage in the Multi-Camera monitor I don't get a feel for the entire sequence and my current location when editing. When I use the Program monitor along with the Timeline Panel I have a reference of where I am in real time and it’s easier to manage cuts when I edit in the Timeline Panel.
    If you have any feature requests for Premiere Pro, agree or disagree with the requests posted here I'd like to hear your opinions. Please state your Brief Title, The Feature, and Why you agree/disagree with the feature requests posted.

    AndrewThompson64 wrote:
    I have never used applets in exactly the way you describe. Having said that, many applet/browser/JRE interaction problems can be fixed by using Java Webstart to launch the applet.Thanks for your advice, I'll try to do it. But this situation is really confusing...

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • (Harmful) edit not visible in WkiHistory in "Feature Requests"

    Maybe this should be a discussion.
    I've just removed a porn link from the Forums table in "Feature Requests for..."
    The disturbing part is that the edit I removed first appeared in Rev.233, but was not visible in the WikiHistory.  I can construct a lot of scenarios here (but I won't!) and all of them are scary.  I cannot construct a scenario with a "harmless"
    rating.
    I'm only a newbie, it's not for me to take this further.  But I am sufficiently experienced to know that a revision of best practise access control should be undertaken.  Yesterday would be a good time to initiate it.
    Gordon.

    Hi Richard -
    Thanks for answering.  It's the comment to the edit that's missing.
    I believe (I have not tested) that blank comments are not listed as part of the edit, so all we get is the user's edit listing, but no clue of what was done in the edit.
    I draw your attention to Wikipedia, where all parts of the edit are summarized in the History List.  I don't believe the Technet Wiki History needs that amount of data, but OTOH that is the sort of thing computers excel at.  But I do believe Technet
    Wiki should record blank comments as well as filled comments.  Maybe a blank comment could be filled with the first 10 or 20 words of the edit?
    Gordon.
    Okay, please add the feature request to the Wiki section:
    http://social.technet.microsoft.com/wiki/contents/articles/4703.feature-requests-for-technet-and-msdn-profiles-and-social-platform-tools.aspx#TechNet_Wiki
    Hey, thanks for your edits here:
    http://social.technet.microsoft.com/wiki/contents/articles/4703.feature-requests-for-technet-and-msdn-profiles-and-social-platform-tools/compare.aspx?revB=0&revA=234
    You removed a dead link and a spam link!
    And the history tab showed me all that!
    We're actually thinking of migrating to the Wikimedia platform. Then that would give us your feature request. But it's best to capture it on our list so we don't lose sight of it.
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Feature Requests for next version of Pr

    I've submitted this list.  If you agree, please join me.  Copy and paste into the Feature Request page if you like.  Add your own requests.
    AUDIO:
    Ability to save track or clip based audio effect user presets.
    Option-drag to copy an audio effect from one insert location to another (to different tracks)
    Drag audio effects up or down in the effect stack order, or to another track
    Temporary Snap on or off (Reverse Snap Behavior) keyboard modifier.
    KEYBOARD / SHORTCUTS:
    Ability to map multiple Keyboard Shortcuts to the same function (like Avid: E & R keys, same as I and O)
    Ability to print the Keyboard Shortcuts, or save all of them as a text file.
    TIMELINE:
    More obvious indicator that Timeline Snap is on.
    Indicator on Clips in the Timeline that indicate Frame Blend is enabled.
    Ripple Sequence and Chapter Markers.
    Ripple Audio Track Keyframes.
    Solo video layer button on the Timeline track panel.
    Constrain clip time movement between tracks by holding shift key, just like all other applications.
    FX button/switch, as in After Effects, to turn off all effects on a track (video and audio).
    Option-double click a nest to reveal contents of nest in the same master timeline.
    SOURCE AND PROGRAM PANES:
    Keyboard shortcuts to scale image zoom in Source and Program tabs.
    Keyboard shortcuts to increase or decrease playback resolution.
    Have the Program monitor remember the Zoom and Resolution level for each Sequence; don't have Zoom scale set universally by the project.
    VIDEO EFFECTS:
    Make ALL effects Accelerated, YUV, 32-bit.  Allow Third Party effects to be accelerated!
    Ability to save user/custom transition presets.
    In Effects tab, press Tab button to jump to next effect parameter (as in After Effects)
    Feathering and invert on Garbage Mattes
    A Track Matte function that allows us to pan and scale the clip being matted without affecting the matte size or position.  You could do this with a Stencil / Silhouette Alpha / Luma Blend mode as in Ae.
    MISC:
    When using Clip > Scale to Sequence, DO NOT have the new Scale factor in the Motion tab change the clip's scale to 100%.
    Consistent Mouse Wheel behavior across all apps in CS
    Scopes update while playing.
    Make Export and Title windows return to the previously adjusted size and placement.
    Add a command buffer, so that we can execute several commands in a row, and not wait for the app to "release", or for the first event to complete before I can proceed to the next event.
    File requests here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

    If you want to do this correctly you need to file a request for each feature.
    Ripple Sequence and Chapter Markers is already implemented. Sequence markers are the same as chapter markers, yes? (Ripple Sequence Markers, select Marker > Ripple Sequence Markers.)
    Ability to print the Keyboard Shortcuts, or save all of them as a text file. also available. (hold ctrl+shift while opening. A button with clipboard appears)
    Keyboard shortcuts to scale image zoom in Source and Program tabs. available
    Keyboard shortcuts to increase or decrease playback resolution. available
    Make Export and Title windows return to the previously adjusted size and placement. They do.
    Some feature you posted are great. How about a eyedropper tool for the Color Matte?
    I find the Magnet for Snap quite visible. There is also this feature in the Pref to make the playhead snap.

  • Feature request: remember selected attribute in wizard

    Hi,
    I often find myself doing this:
    - In the entity object wizard, select the 'attributes' tab
    - Click on an attribute
    - Select the 'Attribute settings' tab
    First feature request: It would be nice if the attribute settings tab would now show the properties of the attribute I last selected on the other tab, instead of the first attribute.
    Second feature request: It would be nice if you could open the attribute settings of an attribute directly from the attributes tab. (perhaps via a right-click -> properties contextmenu).
    Greetings,
    Ivo

    Filed bug#2564815 to track request number 1.
    If we implement that, then I don't think you'll also need request #2. It will be just one click away
    by changing the panel.

  • Feature request: Monitor, manage IE - CPU usage

    I was wondering if this is the right place to make a feature request. As it happens when surfing with IE, having many tabs open, pretty quickly CPU usage can reach 100% even on multi core system. Presumably some website manage to run out-of-control scripts
    in the background.
    The real problem is now that I cannot tell which tabs produces which CPU load. All that task manager shows is the IE process with the tabs and the overall CPU usage for the process.
    Regarding monitoring it would help to identify the tabs (website) which cause the heavy load. This could be added to task manager.
    Further, to manage the tabs it should be possible to either start each tab in its own process
    or perhaps better, have the ability to put unused tabs in 'hibernation' causing all scripts to pause there.

    Hi,
    you can post 'feature' requests to the IETeam at
    http://connect.microsoft.com/ie
    Task Manager in current windows versions lists all IE Tab processes.... Sort the process list by cpu usage to identify hungry tabs.
    Typically high cpu usage is caused by
    Web browser addons, incorrect browser settings (use gpu instead of hardware rendering) and flash or poorly designed websites or missing updates to your windows or third-party software. You may like to try running your browser in noAddons mode to see if that
    makes a difference in cpu usage.... and also ensuring that you have enabled Windows Updates and that your computer has the latest updates from MS, Adobe etc.
    MS has no control over what addons a user has or installs on their machines.
    Post consumer questions about IE or windows to
    http://answers.microsoft.com (Help>Online Support menu). Include with your questions the full links to any websites that you are having issues with....
    Always... the first step in troubleshooting web browser issues is to test in no addons mode.
    Rob^_^

Maybe you are looking for