-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE RC4
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Labels:
-
Fix Priority:3
When you use A.Resize like this (in my case, in Control Panel portlet, stock CP theme and portal settings of 6.2.x):
<aui:script use="aui-base,resize-base,liferay-store"> ... var scriptTextarea = ...; var instance = new A.Resize({ autoHide: false, node: scriptTextarea, wrap: true, handles: 'r, br, b' }); </aui:script>
then the border handles (the arrows) are never displayed. Problem seems to be in the reference to the arrows.png file from CSS of resize-base. In FireBug console, I can see error:
"NetworkError: 400 Bad Request - http://localhost:8080/combo/arrows.png"
The CSS for resize-base uses following CSS rule:
.yui3-resize-handle-inner-r, .yui3-resize-handle-inner-l, .yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b, .yui3-resize-handle-inner-tr, .yui3-resize-handle-inner-br, .yui3-resize-handle-inner-tl, .yui3-resize-handle-inner-bl { background: url("arrows.png") no-repeat scroll 0 0 transparent; ... }
But the CSS is served via URL:
- Testing discovered
-
LPS-34905 Store the size of script's textarea for every user
-
- Closed
-