Closed
Bug 1230136
Opened 10 years ago
Closed 10 years ago
DropDown Default labels is not showing firefox 40
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: siva.ampolu, Unassigned)
Details
Attachments
(1 file)
|
7.13 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36
Steps to reproduce:
i am using angular js kendo directives for drop down.
add
<select kendo-drop-down-list k-data-text-field="'xxxxxx'" k-data-value-field="'xxxx'" k-data-source="LstFundType" k-option-label="'{{Label.SELECT}}'" ng-model="xxxx" required k-on-change="xxxx()" k-options="xxxxxoptions"></select>
$scope.xxxxxoptions= {
valueTemplate: '<span class="k-state-default">{{GetResource(xxx,xxx)}}</span>',
template: '<span class="k-state-default">{{GetResource(xx,xxx)}}</span>'
};
Actual results:
unable see optional label select and if open the drop down its showing
{{GetResource(xxx,xxx)}} like this in previous version working fine .
Expected results:
Need to display optional label,
and valid text filed in drop down
Updated•10 years ago
|
Group: firefox-core-security
Comment 1•10 years ago
|
||
Can you provide a minimal testcase, more detailed steps to reproduce, and can you still reproduce this in the latest version of Firefox (42) ?
Also, please don't abuse the security flag for new bugs that clearly aren't security-sensitive.
Flags: needinfo?(siva.ampolu)
Comment 2•10 years ago
|
||
Gijs, Should we really be caring about this, if we can't reproduce this on latest release ?
Comment 3•10 years ago
|
||
(In reply to [:Towkir] Ahmed from comment #2)
> Gijs, Should we really be caring about this, if we can't reproduce this on
> latest release ?
I don't know if we can/can't reproduce, there is no testcase.
Comment 4•10 years ago
|
||
No testcase provided for two weeks, resolving INCOMPLETE. Please reopen if you can provide more details.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Flags: needinfo?(siva.ampolu)
You need to log in
before you can comment on or make changes to this bug.
Description
•