Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incidencia - Plantillas PDF - Plantillas PDF con imagen de fondo #356

Open
ainaraRT opened this issue Aug 20, 2024 · 0 comments
Open

Incidencia - Plantillas PDF - Plantillas PDF con imagen de fondo #356

ainaraRT opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Plantillas PDF

Comments

@ainaraRT
Copy link
Collaborator

Descripción del problema
Se requiere crear plantillas PDF con una imagen de fondo para una adaptación.

Haciendo varias pruebas con las opciones de propiedades css de la fila o la celda de las tablas (ambas disponibles con ventana emergente desde el interfaz de diseños de plantillas PDF) parece que no interpreta ninguno de los valores introducidos. Deja guardar y si que cambia las propiedades al hacerlo:
<table style=" background-image:url('https://IMAGEN.jpg'); background-attachment:fixed; background-repeat: no-repeat; background-size: cover;">
image

Una vez guardado, no funciona y al consultar de nuevo las propiedades "borra" la url de la dirección. Se puede probar en cualquier plantilla.
<table style="background-image: url(;">
image

Cómo reproducir el problema

  1. Ir al módulo de Plantillas PDF y crear una.
  2. Añadir el siguiente código (poniendo la url de un fondo a mostrar) en el editor HTML:
    <table style=" background-image:url('https://IMAGEN.jpg'); background-attachment:fixed; background-repeat: no-repeat; background-size: cover;">
  3. Guardar y al volver a editar, comprobar que el fondo se ha quitado y el código puesto anteriormente se ha quedado en: <table style="background-image: url(;">

Comportamiento esperado
Debería de mostrarse el fondo y no borrar el código puesto en el editor HTML.

@ainaraRT ainaraRT added bug Something isn't working Plantillas PDF labels Aug 20, 2024
@ainaraRT ainaraRT self-assigned this Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Plantillas PDF
Projects
None yet
Development

No branches or pull requests

1 participant