The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why is the layout of the issue details page confusing?

Jane Zhou
May 14, 2023

20230515-114501.jpg20230515-114509.jpg

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Jens Schumacher - Released_so
Community Champion
May 14, 2023

Hi @Jane Zhou 

The screenshot looks like it's coming from a local server instance. The highlighted content appears to be an app that might be messing up the layout. If you control the app, you can try to fix it or alternatively uninstall it. 

Jens

Jane Zhou
May 14, 2023

yeah this is a app i developed, but i don't know how to fix it

share my codes here 

<web-panel name="remoteview" i18n-name-key="remoteview.name" key="remoteview" location="atl.jira.view.issue.left.context" weight="100">
<description key="remoteview.description">The remoteview Plugin</description>
<resource name="view" type="velocity" location="templates/remote-view.vm"/>
<label key="remoteview.title"/>
</web-panel>

 

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>remote view</title>
</head>
<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
</body>
</html>

will appreciate it if it can be fixed

Jane Zhou
May 14, 2023
##<!DOCTYPE html>
##<html lang="en">
##<head>
##<meta charset="UTF-8">
##<title>remote view</title>
##</head>
##<body>
<div class="frame">
<input id="link-submit" class="text" name="submit" value="">
## <button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax() >Add</button>
<button class="aui-button aui-button-primary" id="button-spin-1" onclick=doAjax()>Add</button>
<table class="aui">
<thead class="table-dark">
<tr>
<th>Joint Name</th>
<th>Create Time</th>
<th>Creator</th>
<th>Manage</th>
</tr>
</table>
</div>
##</body>
##</html>

 I changed the .vm into this and solved

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events