Why is the dialog box for storing a bookmark so small and not resizeable??

I have about two dozen folders full of bookmarks, and some of them have sub-folders. When I go to bookmark a page, the dialog box is ridiculously small, for n apparent reason. If it started out much larger, or if I could resize it to the full height of my screen, it would be so much easier to use.
Also, it would be so much easier to provide feedback if you just had a "Suggestion Box" conspicuously located on your website.

'''Help > Submit Feedback ....''' right in Firefox.
https://addons.mozilla.org/en-US/firefox/addon/add-bookmark-here-2/ <br />
Has a resizable view port for the folders.

Similar Messages

  • Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    Why is the check box for remember passwords grayed out? It used to work now it won't save them.

    It could be because you have Firefox set to not remember any history. Did you do that intentionally? It is set in the Options dialog:
    "3-bar" menu button (or Tools menu) > Options > Privacy
    Perhaps it would work if you choose "Use custom settings for history" and just turn off the specific things you want to turn off.
    Any luck?

  • Why is the logon box for puzzles.telegraph.co.uk not responding? (it used to )

    Why is the logon box for puzzles.telegraph.co.uk not responding? (it use to to). I have to use Firefox to access this site, which I pay for.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that didn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Filter in the Dialog box for selection

    I have report that contains a file selection dialog using the following code
    at selection-screen on value-request for p_file.
      perform f_get_file using cl_gui_frontend_services=>filetype_excel.
    form f_get_file using p_filetype type string.
      data: lt_filetable  type filetable,
            ls_file       type line of filetable,
            lv_filename   type string,
            lv_path       type string,
            lv_fullname   type string,
            lv_title      type string,
            lv_desktop    type string,
            lv_rc         type i,
            lv_action     type i.
      call method cl_gui_frontend_services=>get_desktop_directory
        changing
          desktop_directory    = lv_desktop
        exceptions
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          others               = 4.
      if sy-subrc <> 0.
        message e007(zspx) with 'Desktop not found'.
      endif.
    * Update View
      call method cl_gui_cfw=>update_view
        exceptions
          cntl_system_error = 1
          cntl_error        = 2
          others            = 3.
      lv_title = text-003.
      call method cl_gui_frontend_services=>file_open_dialog
        exporting
          window_title            = lv_title
          file_filter             = p_filetype
          initial_directory       = lv_desktop
        changing
          file_table              = lt_filetable
          rc                      = lv_rc
          user_action             = lv_action
        exceptions
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          others                  = 4.
      if sy-subrc = 0 and lv_action ne cl_gui_frontend_services=>action_cancel.
        read table lt_filetable into ls_file index 1.
        if sy-subrc = 0.
          p_file = ls_file-filename.
        else.
          clear p_file.
        endif.
      else.
        clear p_file.
      endif.
    endform.                    " f_get_file
    Currently while opening the dialog for file selection its showing the desktop directory. But user can select file from any other directory.
    My question is how to restrict this dialog box from which user can select only from desktop directory.
    PS : Please don't suggest  to validate the file after getting the file that its from desktop or not

    Hi,
    Like the bellow ?
    Replace following code
    if sy-subrc = 0 and lv_action ne cl_gui_frontend_services=>action_cancel.
        read table lt_filetable into ls_file index 1.
        if sy-subrc = 0.
          p_file = ls_file-filename.
        else.
          clear p_file.
        endif.
      else.
        clear p_file.
      endif.
    with the bellow
    IF sy-subrc = 0 AND lv_action NE cl_gui_frontend_services=>action_cancel.
        READ TABLE lt_filetable INTO ls_file INDEX 1.
        IF sy-subrc = 0.
          FIND FIRST OCCURRENCE OF lv_desktop IN ls_file-filename.
          IF sy-subrc = 0.
            p_file = ls_file-filename.
          ELSE.
            MESSAGE: 'Sorry! you can select file only from Desktop' TYPE 'I'.
            PERFORM f_get_file USING cl_gui_frontend_services=>filetype_excel.
          ENDIF.
        ELSE.
          CLEAR p_file.
        ENDIF.
      ELSE.
        CLEAR p_file.
      ENDIF.
    Regards,
    Faisal

  • Why am I being charged for data when connected to wifi AND not using my phone?!

    WHY am I being charged for data that I'm not using? At times when I'm asleep AND my phone is connected to wifi?!  This happens at really specific, alternating times like 9:54 pm every day, or 12:01 am, 6:01 am and then 12:01pm and 6:01pm. When I called I was told  "maybe your wifi at home is disconnecting" or "maybe your phone is connecting to atnt or sprint". It's not possible that my phone is disconnecting from wifi every six hours on the dot and, at that exact time, I'm always using data. I find it hard to believe that I live in a HUGE city and my phone magically connects to other networks and I NEVER notice this. Verizon is full of LIARS (and maybe’s) and I'm not convinced that these data charges are a coincidence. I was told to turn off my cellular data to see if the problem resolves itself. Why should I alter my daily life when Verizon is clearly the one with the issue? I hope there's a class action lawsuit because Verizon is trying to get over on everyone! I need answers!

        Hello NotHappy101,
    I think it's quite odd that your data usage is at very specific times. We can certainly take a closer look. Please reply to my Direct Message, so we can get some additional details.
    Thanks,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • How do I get the color of the address, in the address box, to be all black on white, and not part of it to be gray on white, and part to be black on white?

    Right now, the address line in my address box, at the top of the page, begins "https://support", all in light gray, followed by "mozilla.com", in black, followed by "/en-US/questions/new?product=.......etc.", all in light gray on a white backround, so it is almost unreadable. Why did this start happening, and how do I change this, so that the address is all black on white, and not half gray and half black?

    You can set the pref <b>browser.urlbar.formatting.enabled</b> to <i>false</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Photo Albums in the Media menu for Numbers is a total mess and not usable.

    "Media" photo albums are now unusable in Numbers and Pages. I have 30,000 photos spanning 5 years and Numbers has created an album for every day that I have taken a photo. This is all mixed up with my own albums that I have created. How can I get rid of the "album for every day" that the app has created. Note this is inside Pages and Numbers, not in the Photos App. My Photos App shows the albums correctly.
    All apps are the latest and on MacBook Pro.

    softwater wrote:
    The issues you are experiencing ARE because of Lion - either its a corrupt install or its software conflict with something/s else on your system that is not compatible with Lion. This is evident by the fact that your system runs fine under Snow but not under Lion.
    However, solutions are available if you are willing to work towards them.
    Given the range of symptoms you reports, as I indicated above, you should try to reinstall Lion with a fresh download from the App Store because sometimes the original download is itself corrupted in some way (I learned this the hard way through personal experience).
    If that doesn't solve your problems then you need to go the lengthier road of isolating the s/w conflicts. The first step in doing that is to remove everything from here:
     > System Preferences.. > Users & Groups | Login Items
    then restart and test without firing up anything else.
    If the problems persist, create a new user account (again in  > System Preferences...> Users & Groups), log in to it, and test. If the problems are seen in that account also, then restart the mac in Safe Mode and test again.
    If after having done all this the problems remain, then post back and I or someone else will take you through the next steps.
    It's not because of Lion.
    Pete

  • Why is the Thunderbird main screen message list text so small - and how can I change it

    I see lots and lots of complaints but NO suitable answer! Most answers don't even answer the question but instead tell how to increase MESSAGE font size - not the main screen "message list". Suggestions to change screen resolution are common but are ludicrous. One would have to change resolution every time they went in or out of Thunderbird! CTRL+ is also suggested but does not work on the message list. Creating and inserting CSS into the profile is a ridiculous suggestion for most users.
    Why is there no user friendly setting provided for text size on this screen?

    Please stay with one thread per issue. Continue In your original thread here.
    https://support.mozilla.org/en-US/questions/1038776

  • The best tool for determining which website to visit - and not getting a virus.

    www.mywot.com/
    This browser add on is community serviced - and free. What it does is it has a database of user reviews of websites - to determine if people have had problems with the website (adware, virus's, false information, etc). If it is a RED rated site, you'll get a huge popup telling you so, and why. It also places rings next to website links with a green, yellow or red coloring - letting you know if it's safe to click. 
    This protects a lot of people who are uncertain, stumbling around on the internet. Ok, it also protects people who are more advanced that just plain arn't paying attention, LOL
    Best Buy obviously does not endorse this tool, etc - this is just my personal opinion. But use it  
    I am a Bestbuy employee who volunteers on these boards on my own time. I am not paid for posting here, and you should understand that my opinions are exactly that - opinions. I do not represent Bestbuy in any way.
    : Open Mailbox

    Great suggestion Red. I think you made it clear it wasn't fool proof and I doubt any of the av tools is going to anything above and beyond the info you are going to get from this kind of free tool.
    Crystal
    Superuser
    Forum Guidelines | Terms & Conditions | Community Guidelines | What is a Superuser?
    *Remember to mark your questions solved and click the star to give kudos to show your thanks!*
    While I used to be a Best Buy Employee, I no longer have any affiliation with Best Buy.
    My opinions do not in any way shape or form represent Best Buy's Official decisions.

  • Why is the latest episode of Hannibal only available in SD and not HD?

    I'm a season pass subscriber to Hannibal. The last episode which aired on Thursday (May 30) is still not available in HD but it is in SD. The weirdest thing is that I don't seem to be able to download the SD version without paying $1.99 even though I've paid for the whole season.
    I tried logging out of my account and restarting iTunes. As of today, June 3, the HD version of the episode still isn't in iTunes. I have iTunes version 11.0.3 on Mac OS X 10.7.5.
    Is anyone else experiencing this?

    Just responding to my own question. I just got a notice from Apple that the episode is now available. Maybe someone on the iTunes team saw my message? If so, thanks!
    I'm downloading the file now and look forward to watching it.

  • Secure printing problems with the dialog box

    Hi!
    Some one which has problem with the scure dialog box then using secure printing?
    then we print in Adobe acrobat reader X 10.0.1 the dialog box for entring your pin nummer appearing under acrobat, causeing the program to locking until you go to the dialog box and clicking on it and enter the pin. The problem is that adobe not showing the dialog box in front of the printing overall dialog.
    had nog problem with the old 9, it started then we uppgraded. Haw tride a nother driver but haw same issue. And all other programs works greate, word, notepat etc so it is just Adobe that has the problem.. ?
    /J

    Hi!
    Its´s XP sp3 and the printer is a network printer(Toshiba e-studio 4520c)  running a PCL6 driver.
    Screen capture is not so much to see i think, running Swedish interface to. The ordinary dialogbox för printing is the first thing thats pops up, and then adobe reader frezes because the secund box pops up under adobe, you can click on it in the "toolbar" to continue. One thing that is diffrent when you print in adobe is that you can se on the "toolbar" for the popup box for the pin/password box is a Adobe icon on it. It is not so in example when printing in word, ie8 etc.
    The problem is that many users dont see it and thinks the program has stopt working.
    Im now going to try the PS driver from toshibas homepage..
    thanks for help!

  • I have a 3rd generation ipod nano. I upgraded to lion. I tried to buy an audio book and download it to my nano like I have done at least 50 times before. Now the dialog box states that I need an ipod touch for the same function. MacBook Pro 2008 w/ m.trac

    I have a 3rd generation ipod nano. I recently upgraded to Lion which is causing lots of issues. Aside from that, I went to the Itunes store to purchase books like I have done at least 100 times before with no problems. Now I can by the book and get it to my computer, however when I tried to download the book to my 3rd generation ipod the dialog box informed me that to download any new audiobook purchases I would need an ipod touch. My ipod nano 3rd generation serves my purposes just fine. Why should I be forced to buy something I do not want just to continue something I have always done seamlessly? I know this is more of a rant than a question but I am sure someone else out there has had this happen to them. Maybe you could share your thoughts on how to work around this issue if possible?

    I forgot to add the last obvious and crucial step I had taken - plugging a different iPod into my system. It was also not recognized. That was the final proof I needed to determine if the problem was device or system. But now what?
    I truly appreciate any help I can get!
    Thanks again...

  • How to customize the Save as dialog Box for saving Web Query???

    Hello,
       we are usnging SAP NW Portal and BI 7.0 (SP14).
       We have published BI web queries in the Portal and it works just fine, now when the User select the Button "Save As" in the Context Menu of any web query, this will open a new Dialog Box name "Save As Dialog Box", so from this dialog box the user can select where to save the query, he/she have 3 options* to save qureies: My Favorites, Bex Portfolio and MyPortfolio, this also works fine.
      My Quetsion is: How can i customize the View of this "Save As" dialog box, so at the end the User can only select 2 Options:  My Favorites + MyPortfolio. So how to hide the Tab:  Bex Portfolio in the Dialog Box.
    Points for any good answer.
    Many Thanks and Regards,
    Nazih
    Edited by: Nazih Kayyali on Feb 3, 2009 4:04 AM

    In what you have posted, there is no reason it shouldn't work the same way in Acrobat 9. I would recommend that you submit your complete application to developer support.

  • Change File Name In The "File Download" Dialog Box For Web Reports

    Hi All ,
    I followed the below note to change the "File Download" name.
    How To Change The File Name In The "File Download" Dialog Box For Web Reports? Doc ID: Note:418366.1
    However its not working. Has anyone tried this and works fine ?
    Basically I wanted to change the name "rwservlet" when a report is run in an
    excel format.
    Rajesh Alex
    Rajesh Alex

    Hello,
    Have you checked if a HTTP header "Content-disposition" is returned ?
    You can use ieHTTPHEaders for IE
    http://www.blunck.se/iehttpheaders/iehttpheaders.html
    and
    Live HTTP Headers for FireFox
    https://addons.mozilla.org/en-US/firefox/addon/3829
    Regards

  • How to handle the button "cancel" in a dialog box for displaying views?

    Hello!
    I ve a question about handling the cancel button in a dialog box for displaying views.
    I ve already implemented the dialog box by using the following code:
    METHOD eh_onnewqact.
      DATA stitle TYPE string.
      IF m_popup IS BOUND.
        stitle = cl_bsp_runtime=>get_otr_text( alias = 'ZCC_ICRM/NEW_TASK' )."cl_wd_utilities=>get_otr_text_by_alias( 'ZCC_ICRM/NEW_TASK' ).
        m_popup = comp_controller->window_manager->create_popup(
          iv_interface_view_name = 'ZCC_POPUP_NEWBT/NewQActWindow'
          iv_usage_name = 'CUNewQAct'
          iv_title = stitle
        CALL METHOD m_popup->set_on_close_event
          EXPORTING
            iv_view       = me
            iv_event_name = 'NEWQACT_POPUP_CLOSED'.
      ENDIF.
      m_popup->open( ).
    ENDMETHOD.
    My dialog box consists two buttons - cancel and create.
    The cancel buttons should close the popup and the create button should create an entity of a specified object. but let us come to the cancel button. I did´nt find any information about implementing an cancel button. So, how should I implement it? I thougt
    me->close( ). But that didnt works!
    Could u give me further information about that, because my cancel event-handler is empty?
    method EH_ONCANCEL_QACT.
    endmethod.
    After that I would know how my calling view could know that the user pushes the Create Button and how the data of 2 inputfields of the dialog box finds their way to the calling view in order to process this data there?
    Thank you very much!

    Hi Michael,
    thank you for your advice! This problem is solved...
    ...but I have another issue. Ive implemented 2 editable fields in my popup. The user should fill that fields with context and that context should be processed in the calling view of my popup.
    My question is how to transfer these information from my popup to my calling view or method?
    I tried the following...
          lv_context_node ?= m_popup->get_context_node( 'QUICKACT' ).
          IF lv_context_node IS NOT INITIAL.
            lv_text = lv_context_node->get_date( attribute_path = '' ).
          ENDIF.
    But it doesnt work! The context node object is always empty/initial.
    Thank you!
    PS: Another possibility could be that the object / node of the calling view is transferred to the pop-up in order to process it there.
    Edited by: Marcus Findeisen on Feb 22, 2011 12:13 PM

Maybe you are looking for

  • How to forbid the backspace in a JTextField?

    Hello, I'm trying to write a JTextField KeyListener that basically consumes all backspaces, so that anything input by the user in the field cannot be cancelled. (The user doesn't setText()). How can I do that? It seems like I cannot! I've tried by id

  • Entity Bean Rollback fails: caches are out of synch with the database

    We are encountering a critical issue where the rollback of a session transaction rolls back any database changes, but doesn't roll back bean changes in memory. When we next access the bean, it returns information that should have been rolled back. Th

  • Group mailings e-mail

    I created a new group , dragged into it recipients. When i go to mail the group comes up but when I send message I receive error message that it can`t be sent as I did not indicate any recipients? Any Help Please.

  • Continuous Labview program run with non-contin​uous DAQ connection

    I am using a wireless DAQ, NI 9191 chassis with 9205 module, to measure strain in a system. The DAQ is not being run on standard power so it will occasionally not be powered. The DAQ automatically reconnects to the computer when power is reestablishe

  • Std price of material updation in SAP system

    dear all I had created a material CLC Block in material master & had mention the Std price for the same. say 28 rs/unit Then i had change the std price for that particular material by T-code MR21. say 30 rs/unit. the system shows the updated new pric