-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.345
-
-
2.348
I tried using a symbol icon and pass it an id attribute
<l:icon src="symbol-chevron-down" id="myid"/>
But in the resulting html the id is not found. The method IconSet.getSymbol() doesn't support defining an id.
[JENKINS-68381] id attribute ignored when using symbols with l:icon in jelly
Description |
Original:
I tried using a symbol icon and pass it an id with
<l:icon src="symbol-chevron-down" id="myid"/> But in the resulting html the id is not found. The method IconSet.getSymbol() doesn't support defining an id. |
New:
I tried using a symbol icon and pass it an id attribute
<l:icon src="symbol-chevron-down" id="myid"/> But in the resulting html the id is not found. The method IconSet.getSymbol() doesn't support defining an id. |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/6532 (Web Link)" [ 27708 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 2.348 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |
The same issue exists for the style attribute