Text area no longer has wordwrap on developer eddition?

I use the deveooper's edition of FF (like the debugger FYI) but i've got a problem now.
since the upgrade today, text areas in some of the forums I visit no longer have wordwrap in them. I checked the settings and can't find them. I also searched the about:config and didn't get anywhere. I saw two var there.
plain_text_wrap_long_lines (is set to true)
view_source_wrap_long_lines (is set to true).
Anyone got a hint?

You can right-click that text area and open the Inspector to see if there is such a wrap rule present and if not add it and possibly use the userContent.css file to define such a rule.
<pre><nowiki>@-moz-document domain(<domain>){ textarea { white-space:pre-wrap!important; word-wrap:break-word!important; } }</nowiki></pre>

Similar Messages

  • Text Area for long text not appearing properly for BBP_POC_DISPLAY Service

    Hi,
    In our development we have added additional Icon at ITS in Process PO transaction and onclicking  that icon Web dynpro AB screen called with the Purchase Order No of selected row .(SRM 5.0)
    There is one more icon in Web dynpro screen on click of that Purchase order service open in ITS with display mode .This is achieved with service BBP_POC_DISPLAY from Web Dynpro-AB.
    This is also working ok only the issue is in Document tab of PO The Text Area for long text appear at Top  .This functionality is working fine with BBP_POC  service from ITS .
    Has anybody faced this kind of issue ?
    Thanks,
    SMS

    Hi SMS,
    I am unsure of the additional component you are talking about. In general, issues with text area misplacing, is solved by note 1067625. May be you can check it.
    thanks,
    Ashwin

  • Am running FCP5, but upgraded to iMac a few months ago. Noted that some features of FCP5 like Boris text are no longer available. Was told by local Apple store that new operating system I now have (Snow Leopard) will drop some such elements. Is this true?

    Am running FCP5, but upgraded to iMac a few months ago. Noted that some features of FCP5 like Boris text are no longer available. Was told by local Apple store that new operating system I now have (Snow Leopard) will drop some such elements. Is this true?  Noted same thing in LIVE TEXT.
    Mike T.

    Am running FCP5, but upgraded to iMac a few months ago. Noted that some features of FCP5 like Boris text are no longer available. Was told by local Apple store that new operating system I now have (Snow Leopard) will drop some such elements. Is this true?  Noted same thing in LIVE TEXT.
    Mike T.

  • Italic and bold fonts for Hoefler Text are no longer available to MS Word

    Apple provides regular, italic, black, and black italic styles for the Hoefler Text font. I've used them before but since I installed Snow Leopard, I cannot creat italic or bold (black) in MS Word. When I make text italic or bold (black), the characters disappear--the sentence shortens as if I had deleted the phrase, but if I change it back to regular, it reappears.
    Font Book shows that I have all of these styles of Hoefler Text in the Library. I tried disabling and then enabling, but that didn't work. Has anyone else encountered this problem? If so, have you discovered a solution? Thank you.

    Thanks for the file. It obviously helped, but I am not sure how. I probably should have taken careful notes about what I did by way of disabling and removing the .ttf fonts and then dragging in the .dfont variety. At one stage when I brought up a Hoefler document in Word, the regular Hoefler text had disappeared. I panicked and removed the .dfont version. Later, after trying something else, the text came back but (judging by the numerals) it was not Hoefler. To make a long story short, all styles of Hoefler (including italic and black) are now working. There are no duplicate font files—I used Remove Duplicates—but I have no Hoefler file in either of the two Fonts folders, even though I can see Hoefler Text in Font Book! To be safe, I used Font Book to export the Hoefler Text to a back-up folder, and the version it exported is the .ttf version. In Get Info I confirmed that it’s the 6.1d7e1 variety. I restarted the computer twice, and determined that this situation is stable. Go figure.
    In any event, you set me on the right road. Hoefler Text is now working as it should. I appreciate your help.

  • Database Table where modifications to message long text are stored (log)

    Hi,
    As per manual correction mentioned in SAP note 1144291,
    we have changed the long text for message XC092 by modification of the long text.
    This note 1144291 is a pre-requisite for SAP Note 1310808.
    After the notes were implemented, it is noticed that message CURTO1055 has incorrect information in its long text. This is because, the variable in the long text are not correctly defined in the long text.
    Both the messages XC-092 and CURTO1-055 are SAP standard.
    The error for CURTO1-055 can be rectified by modification of the long text and maintenance of the correct variables.
    However, my question is:
    Where do we check the log for document modifcation for a message long text.
    I have found the logs relevant to my modification in table DOKHL and DOKIL.
    But in which table do we get all of the foll. data:
    - Message class
    - Message number
    - Modification name
    - Modification created by
    - Modification done on
    - Last changed by
    - Last changed on
    Kindly help. A <removed by moderator> solution would be really helpful.
    Best Regards,
    Smruthi
    Edited by: Thomas Zloch on May 5, 2011 12:07 PM - urgency reduced

    Hi Smruthi,
    The modification changes would be in the SMODILOG table. Please note this is a core basis table and should not be changed, however to best find your changes search under the TRKORR field with the relevant tp request.
    Best regards,
    Derrick Hurley
    Development Workench

  • My iphone 4's text, keypad and alert tones are no longer working, also Ipod no longer plays without headphones plugged in. Please help!!

    Since about a month now my iphone 4 text/alert tones, Keypad and lock tones and also the music are no longer working. It is not onTone 'None'. When someone calls me it rings no problem but no other sunds seem to work. It only vibrates.
    If I go onto itunes from my phone it also doesnt play the clips of music. Has anyone else had this? I have reset, restored, updated and nothing has worked or helped.

    No the mute button isnt on as it still rings for calls.
    Mine is since that update aswell, I have been blaming that but just wasnt 100% sure. There was an update this week but hasnt sorted it. Im a 4hr drive from nearest apple store so really trying to avoid having to send it away/go to a store with it.

  • How to get the long text into text area

    Hi,
    save_text is working fine .
    Now I want to display the text in text area .
    am using read_text fm for this and data is coming into the internal table of the function module.
    how shd I display that long text into text area and that text shld appear has display mode only and how shd I make all other fields in my subscreen as display mode.
    Pls guide me its urgent.
    thanks,
    krishna

    Hai.
    check this.
    Long Texts are stored in tables
    STXH - header
    STXL - details.
    if you want to read the texts you can use Fun Module  READ_TEXT
    Any Application document Header and Item Long texts are stored in STXH table with the 4 parameters OBJECT,ID,NAME and LANG
    These texts are fetched from database using READ_TEXT fun module by passing the above 4 parameters.
    Double click on the text, from the text editor menu GOTO-> HEDAER
    you will find the all above 4 parameters
    so accordingly you have to pass to the fun module READ_TEXT to fetch the texts.
    example:
    Re: upload longtext from excel file  
    REPORT  zupload_excel_to_itab.
    TYPE-POOLS: truxs.
    PARAMETERS: p_file TYPE  rlgrap-filename.
    TYPES: BEGIN OF t_datatab,
          col1(30)    TYPE c,
          col2(30)    TYPE c,
          col3(30)    TYPE c,
          END OF t_datatab.
    DATA: it_datatab type standard table of t_datatab,
          wa_datatab type t_datatab.
    DATA: it_raw TYPE truxs_t_text_data.
    At selection screen
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          field_name = 'P_FILE'
        IMPORTING
          file_name  = p_file.
    *START-OF-SELECTION.
    START-OF-SELECTION.
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
        I_FIELD_SEPERATOR        =
          i_line_header            =  'X'
          i_tab_raw_data           =  it_raw       " WORK TABLE
          i_filename               =  p_file
        TABLES
          i_tab_converted_data     = it_datatab[]    "ACTUAL DATA
       EXCEPTIONS
          conversion_failed        = 1
          OTHERS                   = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    END-OF-SELECTION.
    END-OF-SELECTION.
      LOOP AT it_datatab INTO wa_datatab.
        WRITE:/ wa_datatab-col1,
                wa_datatab-col2,
                wa_datatab-col3.
      ENDLOOP.
    refards.
    sowjanya.b

  • I have deleted a contact on my phone, and they are no longer in my contacts list however when I go to text there name still appears as (other) is there a way of deleting them completely of my phone? - I have tried everything!!

    I have deleted a contact on my phone, and they are no longer in my contacts list however when I go to text if i type in the letter there name begins with there name still appears as (other) is there a way of deleting them completely of my phone? - I have tried everything!!
    I have resorted my phone, used the spring clean app - none of these work, Have I saved this number somewhere else but I just can't get to it?

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

  • My 4S has stopped ringing. Voicemail's disabled but if you call me, you'll hear it ring your end but it does nothing at mine and freezes if I make a call. Texts are not being delivered or coming through delayed. Ringer is on, tone enabled - help!

    My iPhone 4S has stopped ringing altogether. Voicemail is disabled but if you call me, you'll hear it ringing at your end but it does nothing my end and freezes in the phone app if I make a call (doesn't ring or connect and doesn't freeze the phone, just the calling part). Texts are not being delivered or coming through delayed. Ringer is on, tone enabled - help!
    I've disabled roaming so it only runs on wifi (this after getting a £4k phone bill...) and I can use Skype, Viber and WhatsApp with no problem at all.
    Would really appreciate any help at all!
    Many thanks.

    Hi there - am with Orange and they said nothing wrong with account and service running normally.  They said if they had cut me off I would've received a text (debatable with current message receiving situation!) and when I called out it would say 'calls from this number are barred'.  Also if you called me it would say something similar.  But it doesn't, it will ring and ring until it rings off but nothing happens at all on my handset. Not even a missed call notification.  If I call out, it will display that it is calling the number but that's it.  If I cancel the call it will constantly display 'ending call'.  If I come out of the phone and go to another app then revist phone it will start calling that last dialled number - without ever getting as far as ringing or connecting.

  • My iTunes account no longer has everything on my iPod-5th gen. I want to put everything on my iPod on my iTunes on my new laptop without losing new purchases that are on the iTunes account or the old data on the iPod.

    My iTunes account no longer has everything on my iPod-5th gen. I want to put everything on my iPod on my iTunes on my new laptop without losing new purchases that are on the iTunes account or the old data on the iPod.

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Hey! recently my key board settings has changed and now my volume buttons are no longer F10 and F11, now if i want to change the volume i have to do it on the top bar of the screen! how do i change it back to work normally on my wireless keyboard?

    Hey! recently my key board settings has changed and now my volume buttons are no longer F10 and F11, now if i want to change the volume i have to do it on the top bar of the screen! how do i change it back to work normally on my wireless keyboard?

    Hi, did you upgrade the OS lately?
    I think Spark cured this for another person and the same problem...
    http://www.shadowlab.org/Software/spark.php

  • HT3529 Have an Iphone 5 and had to restore.  I recieved text message and replied after restore but they are no longer in thread.I did not erase. past messages still exist.  Did sending party delete them? If so can I retreave them?

    Have an Iphone 5 and had to restore.  I recieved text message and replied after restore but they are no longer in thread.I did not erase. past messages still exist.  Did sending party delete them? If so can I retreave them?

    No, they probably got lost out there somewhere. They're gone.

  • When my iPhone is connected (via the Lightning cable) to the usb port in my car, the alert tones are no longer played through the car speaker or the phone.  This previously worked, but has randomly stopped working, help!

    When my iPhone is connected (via the Lightning cable) to the usb port in my car, the alert tones are no longer played through the car speaker or the phone.  This previously worked, but has randomly stopped working. help!

    I took my iPhone to the Service center of M/s RSG INFOTECH PRIVATE LIMITED on April 17, 2014.
    Why are you posting in this forum about what occured with an independent service provider?  How is is at all relevant to Apple??  In fact, service by any person or business not authorized by Apple voids any waranty.

  • I have a 4yo MacBook Pro, that has a super-old version of Microsoft Word ('04?) on it. I upgraded to Mavericks. Now Word PowerPC apps are no longer supported. How do I change my default opener to Pages?

    I have a 4yo MacBook Pro that has a super-old version of Microsoft Word ('04?).  When I try to open a Word document, a note pops up saying that PowerPC apps are no longer supported.  How do I change my default document opener to Pages?

    Okbart wrote:
    Can I safely send the Word Office icons and anything else related to it that shows up in spotlight to the trash?
    You mean for Office apps? That, I don't know for sure as I don't use MS Office on my Mac. I would check to see if there is some sort of MS Office uninstaller that needs to be run before dragging the icons to Trash. Either from one of the Office apps Help or About or search the Internet for a solution.
    EDIT: A quick Google search found this link which may help you.

  • Windows Acrobat X... Used to be able to Certify with Visible signature, and still be able to search all text.  Now some areas (text resembling tables) are no longer searchable.  How can I fix this?

    Acrobat X... Used to be able to Certify with Visible signature, and still be able to search all text.  Now some areas (text resembling tables) are no longer searchable.  How can I fix this?

    [discussion moved to Creating, Editing & Exporting PDFs forum]

Maybe you are looking for