Opened 12 years ago
Closed 12 years ago
#8650 closed defect (invalid)
InlineEditBox doesn't pass "style" parameter to editor
Reported by: | Scott | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
This code won't apply the specified width of the editor, even though "style" is an official attribute of the FilteringSelect:
<span dojoType="dijit.InlineEditBox" editor="dijit.form.FilteringSelect" editorParams="{store: storeExample,searchAttr: 'name', style: 'width: 50px'}">example</span>
Expected result: width of FilteringSelect should be 50px.
Actual result: width is unaffected -- creates widget using default width.
And this reference works properly:
<select dojoType="dijit.form.FilteringSelect" value="1" store="storeExample" style="width: 50px;"> </select>
Change History (1)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
InlineEditBox has a special parameter for this called width.