lufy's legend

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 5633|回复: 1
打印 上一主题 下一主题

关于新版input的bug

[复制链接]

2

主题

0

好友

20

积分

士兵

Rank: 1

跳转到指定楼层
楼主
发表于 2014-11-17 16:00:31 |只看该作者 |倒序浏览
hello lufy

上次已经提了bug,但是被无视。表示很心塞。
为啥被无视呢?

打开微信。扫一扫。文本框无法切换
1.9.3 版本 (能正常点击。选择)

qrcode1.93.png


1.9.4 版本(不能正常切换)

qrcode1.94.png


1.9.6 版本(不能正常切换)

qrcode1.96.png

indexSprite=new LSprite();
var inputLayer = new LSprite();
        inputLayer.graphics.drawRect(1, "#FFFFFF", [-15, -15, 355, 54]);
        nameText = new LTextField();
        nameText.setType(LTextFieldType.INPUT, inputLayer);
        nameText.x = 221;
        nameText.y = 683;
        nameText.size = 20;
        nameText.color = "#6f4799"

        var inputLayer2 = new LSprite();
        inputLayer2.graphics.drawRect(1, "#FFFFFF", [-15, -15, 355, 54]);
        mobileText = new LTextField();
        mobileText.setType(LTextFieldType.INPUT, inputLayer2);
        mobileText.x = 221;
        mobileText.y = 744;
        mobileText.size = 20;
        mobileText.color = "#6f4799"

        var inputLayer3 = new LSprite();
        inputLayer3.graphics.drawRect(1, "#FFFFFF", [-15, -15, 355, 54]);
        addressText = new LTextField();
        addressText.setType(LTextFieldType.INPUT, inputLayer3);
        addressText.x = 221;
        addressText.y = 805;
        addressText.size = 20;
        addressText.color = "#6f4799"

        indexSprite.addChild(nameText)
        indexSprite.addChild(mobileText)
        indexSprite.addChild(addressText)

回复

使用道具 举报

37

主题

8

好友

9311

积分

诸侯王

Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15

沙发
发表于 2014-11-17 16:25:33 |只看该作者
你好,很抱歉没有注意到你上一个帖子
多谢提供bug信息,这个问题我会尽快解决,本周内会发布新版本
不回答与技术和引擎不相关的问题
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

防止垃圾广告,请填写任意字符

Archiver|lufy's legend

GMT+8, 2024-4-29 23:51 , Processed in 0.050616 second(s), 23 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部