Open
Description
i use the JQM 1.2.0-rc2, and foud an issue in panelheight() function when calcualte the conents margin-top and margin-bottom:
in multiview.js line 1238:
ct.css({ "max-height": setH,
"margin-top": blacklist == true ? glbH + lclH : 0,
"margin-bottom": blacklist == true ? glbF + lclF : 0
})
}
when the blacklist is false, the margin-top and margin-bottom value is set to 0, infact ,it should be lclH and lclF.
is right?
Metadata
Metadata
Assignees
Labels
No labels