收藏
回答

小程序开发工具inputbug

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows stable v1.02.1904090

- 当前 Bug 的表现(可附上截图)

小程序开发工具input光标闪烁,在手机上调试无问题,开发工具上有问题,点击时光标无法定位在输入框内


***只有一个单个的input时,光标可以正常定位到输入框内



- 预期表现


- 复现路径


- 提供一个最简复现 Demo



wxml

<!-- <view class='btn'>test</view>

<view class='btn'>test</view>

<view class='btn'>test</view> -->

<view class='btn'>test</view>

<input class="ipt" type="text"  />



wxss

.btn{

width: 200rpx;

height:100rpx;

background-color: #005ebc;

text-align: center;

color: #fff;

line-height: 100rpx;

margin: 50rpx auto;

border-radius: 10rpx

}


回答关注问题邀请回答
收藏

1 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2019-04-28

    你好,复制以上的代码在工具上未能复现哦

    2019-04-28
    有用
    回复
登录 后发表内容