Opened 9 years ago
Closed 5 years ago
#13657 closed enhancement (patchwelcome)
dojox.layout.ResizeHandle enhancement to show width/height when resizing
Reported by: | Christian Siewert | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | DojoX Layout | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Hey,
I built a little enhancment for dojox.layout.ResizeHandle. When you resize the target, a box is shown which displays dynamically the width and height (activeResizing). See attachment.
It will be really cool when we can toggle a boolean like "showSizeInfoBar" or something like that in 1.7 to display it.
Greetings,
midgard
Attachments (2)
Change History (5)
Changed 9 years ago by
Attachment: | Unbenannt.png added |
---|
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.7 → tbd |
Owner: | set to dante |
Summary: | Enhancment for dojox.layout.ResizeHandle → dojox.layout.ResizeHandle enhancement to show width/height when resizing |
There's no patch attached, but I guess that's a good thing since midgard doesn't appear to have a CLA.
comment:2 Changed 9 years ago by
Hey,
I've wrote a little patch for that and also a demo. Hope you like it.
--midgard
Changed 9 years ago by
Attachment: | dojox.layout.ResizeHandle.Patch.rar added |
---|
dojox.layout.ResizeHandle? Patch and demo
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
We would need an updated patch against master to consider this at this time. If there's still interest, please create a pull request ( https://github.com/dojo/dojo/blob/master/CONTRIBUTING.md ) and re-open. Sorry we didn't review this sooner.
Box displays the width and height of the target when resizing.