Kent Yao created SPARK-55776:
--------------------------------

             Summary: Fix data-title to data-bs-title for timeline tooltips 
after Bootstrap 5 upgrade
                 Key: SPARK-55776
                 URL: https://issues.apache.org/jira/browse/SPARK-55776
             Project: Spark
          Issue Type: Sub-task
          Components: Web UI
    Affects Versions: 4.2.0
            Reporter: Kent Yao


The Bootstrap 5 upgrade (SPARK-55753) missed converting `data-title` to 
`data-bs-title` in 6 places across AllJobsPage.scala and JobPage.scala. BS5 
Tooltip reads `data-bs-title` or `title` attribute, not `data-title`, so 
timeline tooltips (job timeline, executor events) show empty content on 
hover.\n\nAffected files:\n- AllJobsPage.scala (3 instances: job timeline 
content, executor added/removed events)\n- JobPage.scala (3 instances: stage 
timeline content, executor added/removed events)\n\nFix: Replace `data-title=` 
with `data-bs-title=` in all 6 locations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to