[luci] Ticket #13214 - luci-app-commands package issue

Achim Călin dora.calin at gmail.com
Thu Mar 21 20:06:24 CET 2013


Hi,

There is an error in luci-app-commands package - 
luci-app-commands_trunk+svn9684-1_ar71xx.ipk.

In "commands.htm" we now have this settings:

.commandbox {
height: 12em;
/*width: 30%;*/
float: left;
height: 12em;
margin: 5px;
position: relative;

That should be like this:

.commandbox {
height: 12em;
/*width: relative;*/
float: left;
height: 12em;
margin: 5px;
position: relative;

Width must be set to relative (width: relative;), because it causes 
issues when the window is shrinked, and became smaller than the current 
width restriction is stating. Relevant window capture is in attachment. 
It is a minor bug, but an annoying one.

I do not have necessary skills, to personally deal with compiling this 
package, and send it to you, so I'm asking you, to correct this error as 
soon as you can.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsignal.org/pipermail/luci/attachments/20130321/e2732162/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenWrt_Custom-commands_bug.jpg
Type: image/jpeg
Size: 215515 bytes
Desc: not available
URL: <http://lists.subsignal.org/pipermail/luci/attachments/20130321/e2732162/attachment-0001.jpg>


More information about the luci mailing list