Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
Cómo corregir la posición incorrecta de la información sobre herramientas del editor de Froala cuando se desplaza

Cualquiera puede ayudarme a solucionar este problema en el editor froala. Estoy usando la barra de herramientas froala dentro de un modal, cuando paso el cursor sobre la posición de la información sobre herramientas es incorrecta, se muestra fuera del modal. Estoy usando el editor froala en los otros componentes y la posición de la información sobre herramientas está bien. este único componente tiene un problema en la información sobre herramientas [ingrese la descripción de la imagen aquí] [1]

este es su aspecto [1]: https://i.stack.imgur.com/BfCvA.png

JavaScript:

 froala_options: FroalaOptions = { fullPage: true, key: FROALA_LICENSE_KEY, attribution: false, imageUploadURL: '', imageAllowedTypes: FROALA_EDITOR_ALLOWED_IMAGE_TYPES, toolbarButtons: WEB_TOOLBAR_BUTTONS, pluginsEnabled: PLUGINS_ENABLED_WEB, placeholderText: 'Enter your review request template here', emoticonsUseImage: false, pastePlain: true, zIndex: 1000, events: { 'contentChanged': function() { let text = this.html.get() || ''; text = text ? text.replace(/[\u2018\u2019]/g, "'").replace(/[\u201C\u201D]/g, '"') : ''; localStorage.setItem('message_rich_text', text); } } }

html:

 <div [formGroup]="reviewRequestContentForm" class="w-full mb-1"> <textarea formControlName="reviewRequestContent" [froalaEditor]="froala_options" client-name-key> </textarea> </div>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!