Why is the OSLC select dialog hintHeight the same in ELM 7.0.2 as it was in CLM 6.0.6
The OSLC UI has changed in ELM 7.0.2 and the OK and Cancel buttons are now huge, however, the hintHeight value is the same in both versions. The buttons do not appear in EWM select dialogs and they overlap the artifact explorer in ERM. Is this a known issue. I prefer not to implement scrolling, users will certainly complain.
ELM 7.0.2 <oslc:selectionDialog> <oslc:Dialog> <dcterms:title rdf:parseType="Literal">Select Defect</dcterms:title> <oslc:label>Defect</oslc:label> <oslc:usage rdf:resource="http://open-services.net/ns/cm#defect"/> <oslc:resourceType rdf:resource="http://open-services.net/ns/cm#ChangeRequest"/> <oslc:dialog rdf:resource="https://xxxx:9443/ccm/pickers/com.ibm.team.workitem.WIPicker?projectAreaId=_UZqNQXrnEeyVq_YRutnlkg&showLoginLink=true&allowsMultiple=true&dc%3Atype=defect"/> <oslc:hintWidth>550px</oslc:hintWidth> <oslc:hintHeight>460px</oslc:hintHeight> </oslc:Dialog> </oslc:selectionDialog>
CLM 6.0.6 <oslc:selectionDialog> <oslc:Dialog> <dcterms:title rdf:parseType="Literal">Select Defect</dcterms:title> <oslc:label>Defect</oslc:label> <oslc:usage rdf:resource="http://open-services.net/ns/cm#defect"/> <oslc:resourceType rdf:resource="http://open-services.net/ns/cm#ChangeRequest"/> <oslc:dialog rdf:resource="https://xxxx:9443/ccm/pickers/com.ibm.team.workitem.WIPicker?projectAreaId=_tq4BUXFjEeuRW48ZnfvNTw&showLoginLink=true&allowsMultiple=true&dc%3Atype=defect"/> <oslc:hintWidth>550px</oslc:hintWidth> <oslc:hintHeight>460px</oslc:hintHeight> </oslc:Dialog> </oslc:selectionDialog> |
Accepted answer
Ralph Schoon (63.6k●3●36●46)
| answered Mar 11 '22, 3:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I made development aware of this issue. Thomas Piccoli selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.6k●3●36●46)
| answered Mar 10 '22, 2:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 10 '22, 2:48 a.m. The only meaningful question you ask, is if this is a know issue - you forgot the question mark though.
The only answer I can give is: I did not know that.
Please create a case with support, or rather an enhancement request.
Comments
Thomas Piccoli
commented Mar 10 '22, 1:32 p.m.
I think the question was asked in the title of this post. Next time I'll add a question mark. I don't have a path to create a support case. Hope internal QA has already tagged this as a defect, not an enhancement request.
Why questions like the one in the post title are usually unanswerable.
I do not believe that this question has been made a defect. You can follow https://jazz.net/blog/index.php/2021/09/07/you-spoke-we-listened-were-changing-the-way-ideas-are-submitted-to-ibm/ and put it in as idea.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Doesn't anyone agree that the hintHeight in 7.0.2 is wrong?