Jump to content
  • Expression Editor scrollarea too small when there is long text


    nomike
    Assigned User nomike
    CategoryBug report
    PriorityLow
    ReproducibilityAlways
    ResolutionOpen
    SeverityTrivial
    StatusAssigned

    When I have a long text in the Expression Editor e.g.:

    $P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_MALE?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationMale",$P{languageID}.intValue()):($P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_FEMALE?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationFemale",$P{languageID}.intValue()):($P{customer}.getGender() == at.tac.ra.reservation.foundation.Customer.GENDER_COMPANY?$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationCompany",$P{languageID}.intValue()):$P{propertyFactory}.getString("ReservationConfirmationReport_SalutationMale",$P{languageID}.intValue())))

     

    (^^ one line!)

     

    the scrollbar is not wide enough.

     

    When I move around with the cursor-keys or drag the selection I could scroll to the right and the scrollbar adjusts.

     

    See Screenshot for details

     

    nomike aka Michael Postmann


    Attachments:

    User Feedback

    Recommended Comments

    Yes, more Lines are good for readability.

     

    I\'m a simple developer. Our application is working with jasper1.2.3 and our head of development told me that they had some bad experiences with imports and thus we should not use them.

     

    But besides of all this still appears as a bug to me...

     

    nomike aka Michael Potmann

    Link to comment
    Share on other sites


×
×
  • Create New...